#B9806D

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

Shades of Brandy Rose #B9806D

Tints of Brandy Rose #B9806D

Color information

#B9806D (or 0xB9806D) is unknown color: approx Brandy Rose. HEX triplet: B9, 80 and 6D. RGB value is (185,128,109). Sum of RGB (Red+Green+Blue) = 185+128+109=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9806D is #467F92. Grayscale: #8F8F8F. Windows color (decimal): -4620179 or 7176377. OLE color: 7176377.

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

Color convert

RGB185128109-
CMYK00.310.410.27
HSL15º35.19%57.65%-
HSV(B)15º41.08%72.55%-
XYZ30.4926.8618.05-
YUV142.88108.88158.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=43.84%
G=30.33%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512810900.310.410.271535.1957.65
HexB9806D01F291Bf233a
Octal2712001550375133174372
Binary10111001100000001101101011111101001110111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9806D; }

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

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

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

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

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

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

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

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