#BC434F

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

Shades of Old Rose #BC434F

Tints of Old Rose #BC434F

Color information

#BC434F (or 0xBC434F) is unknown color: approx Old Rose. HEX triplet: BC, 43 and 4F. RGB value is (188,67,79). Sum of RGB (Red+Green+Blue) = 188+67+79=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC434F is #43BCB0. Grayscale: #686868. Windows color (decimal): -4439217 or 5194684. OLE color: 5194684.

HSL color Cylindrical-coordinate representation of color #BC434F: hue angle of 354.05º 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 #BC434F is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB1886779-
CMYK00.640.580.26
HSL354.05º47.45%50%-
HSV(B)354.05º64.36%73.73%-
XYZ24.1615.279.07-
YUV104.55113.59187.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.29%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=56.29%
G=20.06%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188677900.640.580.26354.0547.4550
HexBC434F0403A1A1622f32
Octal274103117010072325425762
Binary10111100100001110011110100000011101011010101100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC434F; }

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

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

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

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

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

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

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

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