#BC8170

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

Shades of Brandy Rose #BC8170

Tints of Brandy Rose #BC8170

Color information

#BC8170 (or 0xBC8170) is unknown color: approx Brandy Rose. HEX triplet: BC, 81 and 70. RGB value is (188,129,112). Sum of RGB (Red+Green+Blue) = 188+129+112=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8170 is #437E8F. Grayscale: #909090. Windows color (decimal): -4423312 or 7373244. OLE color: 7373244.

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

Color convert

RGB188129112-
CMYK00.310.400.26
HSL13.42º36.19%58.82%-
HSV(B)13.42º40.43%73.73%-
XYZ31.5127.5618.99-
YUV144.7109.55158.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=43.82%
G=30.07%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812911200.310.400.2613.4236.1958.82
HexBC817001F281Ad243b
Octal2742011600375032154473
Binary10111100100000011110000011111101000110101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8170; }

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

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

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

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

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

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

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

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