#BC434D

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

Shades of Old Rose #BC434D

Tints of Old Rose #BC434D

Color information

#BC434D (or 0xBC434D) is unknown color: approx Old Rose. HEX triplet: BC, 43 and 4D. RGB value is (188,67,77). Sum of RGB (Red+Green+Blue) = 188+67+77=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC434D is #43BCB2. Grayscale: #686868. Windows color (decimal): -4439219 or 5063612. OLE color: 5063612.

HSL color Cylindrical-coordinate representation of color #BC434D: hue angle of 355.04º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC434D is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1886777-
CMYK00.640.590.26
HSL355.04º47.45%50%-
HSV(B)355.04º64.36%73.73%-
XYZ24.0915.248.69-
YUV104.32112.59187.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=56.63%
G=20.18%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188677700.640.590.26355.0447.4550
HexBC434D0403B1A1632f32
Octal274103115010073325435762
Binary10111100100001110011010100000011101111010101100011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC434D; }

 p { color: rgb(188,67,77); }

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

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

 a { background-color: rgb(188,67,77); }

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

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

 span { border-color: rgb(188,67,77); }

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