#B9856D

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

Shades of Brandy Rose #B9856D

Tints of Brandy Rose #B9856D

Color information

#B9856D (or 0xB9856D) is unknown color: approx Brandy Rose. HEX triplet: B9, 85 and 6D. RGB value is (185,133,109). Sum of RGB (Red+Green+Blue) = 185+133+109=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9856D is #467A92. Grayscale: #919191. Windows color (decimal): -4618899 or 7177657. OLE color: 7177657.

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

Color convert

RGB185133109-
CMYK00.280.410.27
HSL18.95º35.19%57.65%-
HSV(B)18.95º41.08%72.55%-
XYZ31.1628.1918.27-
YUV145.81107.23155.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=43.33%
G=31.15%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513310900.280.410.2718.9535.1957.65
HexB9856D01C291B13233a
Octal2712051550345133234372
Binary101110011000010111011010111001010011101110011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9856D; }

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

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

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

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

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

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

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

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