#BC264B

Color #BC264B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BC264B

Tints of Old Rose #BC264B

Color information

#BC264B (or 0xBC264B) is unknown color: approx Old Rose. HEX triplet: BC, 26 and 4B. RGB value is (188,38,75). Sum of RGB (Red+Green+Blue) = 188+38+75=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC264B is #43D9B4. Grayscale: #575757. Windows color (decimal): -4446645 or 4925116. OLE color: 4925116.

HSL color Cylindrical-coordinate representation of color #BC264B: hue angle of 345.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC264B is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1883875-
CMYK00.800.600.26
HSL345.2º66.37%44.31%-
HSV(B)345.2º79.79%73.73%-
XYZ22.712.597.89-
YUV87.07121.2199.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=62.46%
G=12.62%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188387500.800.600.26345.266.3744.31
HexBC264B0503C1A159422c
Octal274461130120743253110254
Binary10111100100110100101101010000111100110101010110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC264B; }

 p { color: rgb(188,38,75); }

 H1.HeaderClassName
 {
   color: #BC264B;
 }
 .AnyTagClassName
 {
   color: #BC264B;
 }
</style>
background-color css

<style>
 a { background-color: #BC264B; }

 a { background-color: rgb(188,38,75); }

 div.DivClassName
 {
   background-color: #BC264B;
 }
 .BgClassName
 {
   background-color: #BC264B;
 }
</style>
border-color css

<style>
 span { border-color: #BC264B; }

 span { border-color: rgb(188,38,75); }

 td.TdClassName
 {
   border-color: #BC264B;
 }
 .TagClassName
 {
   border-color: #BC264B;
 }
</style>