#BC856A

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

Shades of Brandy Rose #BC856A

Tints of Brandy Rose #BC856A

Color information

#BC856A (or 0xBC856A) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 6A. RGB value is (188,133,106). Sum of RGB (Red+Green+Blue) = 188+133+106=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC856A is #437A95. Grayscale: #929292. Windows color (decimal): -4422294 or 6981052. OLE color: 6981052.

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

Color convert

RGB188133106-
CMYK00.290.440.26
HSL19.76º37.96%57.65%-
HSV(B)19.76º43.62%73.73%-
XYZ31.7328.5117.47-
YUV146.37105.22157.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=44.03%
G=31.15%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813310600.290.440.2619.7637.9657.65
HexBC856A01D2C1A14263a
Octal2742051520355432244672
Binary101111001000010111010100111011011001101010100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC856A; }

 p { color: rgb(188,133,106); }

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

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

 a { background-color: rgb(188,133,106); }

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

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

 span { border-color: rgb(188,133,106); }

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