#BC8172

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

Shades of Brandy Rose #BC8172

Tints of Brandy Rose #BC8172

Color information

#BC8172 (or 0xBC8172) is unknown color: approx Brandy Rose. HEX triplet: BC, 81 and 72. RGB value is (188,129,114). Sum of RGB (Red+Green+Blue) = 188+129+114=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8172 is #437E8D. Grayscale: #919191. Windows color (decimal): -4423310 or 7504316. OLE color: 7504316.

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

Color convert

RGB188129114-
CMYK00.310.390.26
HSL12.16º35.58%59.22%-
HSV(B)12.16º39.36%73.73%-
XYZ31.6327.6119.58-
YUV144.93110.55158.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=43.62%
G=29.93%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812911400.310.390.2612.1635.5859.22
HexBC817201F271Ac243b
Octal2742011620374732144473
Binary10111100100000011110010011111100111110101100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8172; }

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

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

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

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

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

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

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

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