#BC8A70

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

Shades of Brandy Rose #BC8A70

Tints of Brandy Rose #BC8A70

Color information

#BC8A70 (or 0xBC8A70) is unknown color: approx Brandy Rose. HEX triplet: BC, 8A and 70. RGB value is (188,138,112). Sum of RGB (Red+Green+Blue) = 188+138+112=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A70 is #43758F. Grayscale: #969696. Windows color (decimal): -4421008 or 7375548. OLE color: 7375548.

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

Color convert

RGB188138112-
CMYK00.270.400.26
HSL20.53º36.19%58.82%-
HSV(B)20.53º40.43%73.73%-
XYZ32.7530.0419.4-
YUV149.99106.56155.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 138 (54.30% from 255) = 31.51%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=42.92%
G=31.51%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813811200.270.400.2620.5336.1958.82
HexBC8A7001B281A15243b
Octal2742121600335032254473
Binary101111001000101011100000110111010001101010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A70; }

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

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

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

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

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

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

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

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