#BC8A74

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

Shades of Brandy Rose #BC8A74

Tints of Brandy Rose #BC8A74

Color information

#BC8A74 (or 0xBC8A74) is unknown color: approx Brandy Rose. HEX triplet: BC, 8A and 74. RGB value is (188,138,116). Sum of RGB (Red+Green+Blue) = 188+138+116=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A74 is #43758B. Grayscale: #969696. Windows color (decimal): -4421004 or 7637692. OLE color: 7637692.

HSL color Cylindrical-coordinate representation of color #BC8A74: hue angle of 18.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8A74 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188138116-
CMYK00.270.380.26
HSL18.33º34.95%59.61%-
HSV(B)18.33º38.3%73.73%-
XYZ32.9830.1320.6-
YUV150.44108.56154.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=42.53%
G=31.22%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813811600.270.380.2618.3334.9559.61
HexBC8A7401B261A12233c
Octal2742121640334632224374
Binary101111001000101011101000110111001101101010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A74; }

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

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

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

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

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

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

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

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