#B9856E

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

Shades of Brandy Rose #B9856E

Tints of Brandy Rose #B9856E

Color information

#B9856E (or 0xB9856E) is unknown color: approx Brandy Rose. HEX triplet: B9, 85 and 6E. RGB value is (185,133,110). Sum of RGB (Red+Green+Blue) = 185+133+110=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9856E is #467A91. Grayscale: #929292. Windows color (decimal): -4618898 or 7243193. OLE color: 7243193.

HSL color Cylindrical-coordinate representation of color #B9856E: hue angle of 18.4º 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 #B9856E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185133110-
CMYK00.280.410.27
HSL18.4º34.88%57.84%-
HSV(B)18.4º40.54%72.55%-
XYZ31.2128.2218.55-
YUV145.93107.73155.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=43.22%
G=31.07%
B=25.70%

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
Decimal18513311000.280.410.2718.434.8857.84
HexB9856E01C291B12233a
Octal2712051560345133224372
Binary101110011000010111011100111001010011101110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9856E; }

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

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

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

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

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

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

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

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