#BC8B71

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

Shades of Brandy Rose #BC8B71

Tints of Brandy Rose #BC8B71

Color information

#BC8B71 (or 0xBC8B71) is unknown color: approx Brandy Rose. HEX triplet: BC, 8B and 71. RGB value is (188,139,113). Sum of RGB (Red+Green+Blue) = 188+139+113=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B71 is #43748E. Grayscale: #969696. Windows color (decimal): -4420751 or 7441340. OLE color: 7441340.

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

Color convert

RGB188139113-
CMYK00.260.400.26
HSL20.8º35.89%59.02%-
HSV(B)20.8º39.89%73.73%-
XYZ32.9530.3519.74-
YUV150.69106.73154.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=42.73%
G=31.59%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813911300.260.400.2620.835.8959.02
HexBC8B7101A281A15243b
Octal2742131610325032254473
Binary101111001000101111100010110101010001101010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B71; }

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

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

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

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

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

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

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

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