#BC8971

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

Shades of Brandy Rose #BC8971

Tints of Brandy Rose #BC8971

Color information

#BC8971 (or 0xBC8971) is unknown color: approx Brandy Rose. HEX triplet: BC, 89 and 71. RGB value is (188,137,113). Sum of RGB (Red+Green+Blue) = 188+137+113=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8971 is #43768E. Grayscale: #959595. Windows color (decimal): -4421263 or 7440828. OLE color: 7440828.

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

Color convert

RGB188137113-
CMYK00.270.400.26
HSL19.2º35.89%59.02%-
HSV(B)19.2º39.89%73.73%-
XYZ32.6729.7719.65-
YUV149.51107.4155.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=42.92%
G=31.28%
B=25.80%

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
Decimal18813711300.270.400.2619.235.8959.02
HexBC897101B281A13243b
Octal2742111610335032234473
Binary101111001000100111100010110111010001101010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8971; }

 p { color: rgb(188,137,113); }

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

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

 a { background-color: rgb(188,137,113); }

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

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

 span { border-color: rgb(188,137,113); }

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