#BC7D72

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

Shades of Brandy Rose #BC7D72

Tints of Brandy Rose #BC7D72

Color information

#BC7D72 (or 0xBC7D72) is unknown color: approx Brandy Rose. HEX triplet: BC, 7D and 72. RGB value is (188,125,114). Sum of RGB (Red+Green+Blue) = 188+125+114=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D72 is #43828D. Grayscale: #8E8E8E. Windows color (decimal): -4424334 or 7503292. OLE color: 7503292.

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

Color convert

RGB188125114-
CMYK00.340.390.26
HSL8.92º35.58%59.22%-
HSV(B)8.92º39.36%73.73%-
XYZ31.1126.5719.41-
YUV142.58111.87160.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 125 (49.22% from 255) = 29.27%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=44.03%
G=29.27%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812511400.340.390.268.9235.5859.22
HexBC7D72022271A9243b
Octal2741751620424732114473
Binary10111100111110111100100100010100111110101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D72; }

 p { color: rgb(188,125,114); }

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

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

 a { background-color: rgb(188,125,114); }

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

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

 span { border-color: rgb(188,125,114); }

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