#B9806A

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

Shades of Brandy Rose #B9806A

Tints of Brandy Rose #B9806A

Color information

#B9806A (or 0xB9806A) is unknown color: approx Brandy Rose. HEX triplet: B9, 80 and 6A. RGB value is (185,128,106). Sum of RGB (Red+Green+Blue) = 185+128+106=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9806A is #467F95. Grayscale: #8E8E8E. Windows color (decimal): -4620182 or 6979769. OLE color: 6979769.

HSL color Cylindrical-coordinate representation of color #B9806A: hue angle of 16.71º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9806A is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185128106-
CMYK00.310.430.27
HSL16.71º36.07%57.06%-
HSV(B)16.71º42.7%72.55%-
XYZ30.3326.7917.21-
YUV142.54107.38158.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=44.15%
G=30.55%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512810600.310.430.2716.7136.0757.06
HexB9806A01F2B1B112439
Octal2712001520375333214471
Binary101110011000000011010100111111010111101110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9806A; }

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

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

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

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

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

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

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

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