#B9856F

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

Shades of Brandy Rose #B9856F

Tints of Brandy Rose #B9856F

Color information

#B9856F (or 0xB9856F) is unknown color: approx Brandy Rose. HEX triplet: B9, 85 and 6F. RGB value is (185,133,111). Sum of RGB (Red+Green+Blue) = 185+133+111=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9856F is #467A90. Grayscale: #929292. Windows color (decimal): -4618897 or 7308729. OLE color: 7308729.

HSL color Cylindrical-coordinate representation of color #B9856F: hue angle of 17.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9856F is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185133111-
CMYK00.280.40.27
HSL17.84º34.58%58.04%-
HSV(B)17.84º40%72.55%-
XYZ31.2628.2418.84-
YUV146.04108.23155.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=43.12%
G=31.00%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513311100.280.40.2717.8434.5858.04
HexB9856F01C281B12233a
Octal2712051570345033224372
Binary101110011000010111011110111001010001101110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9856F; }

 p { color: rgb(185,133,111); }

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

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

 a { background-color: rgb(185,133,111); }

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

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

 span { border-color: rgb(185,133,111); }

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