#B9866D

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

Shades of Brandy Rose #B9866D

Tints of Brandy Rose #B9866D

Color information

#B9866D (or 0xB9866D) is unknown color: approx Brandy Rose. HEX triplet: B9, 86 and 6D. RGB value is (185,134,109). Sum of RGB (Red+Green+Blue) = 185+134+109=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9866D is #467992. Grayscale: #929292. Windows color (decimal): -4618643 or 7177913. OLE color: 7177913.

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

Color convert

RGB185134109-
CMYK00.280.410.27
HSL19.74º35.19%57.65%-
HSV(B)19.74º41.08%72.55%-
XYZ31.2928.4718.31-
YUV146.4106.9155.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=43.22%
G=31.31%
B=25.47%

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
Decimal18513410900.280.410.2719.7435.1957.65
HexB9866D01C291B14233a
Octal2712061550345133244372
Binary101110011000011011011010111001010011101110100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9866D; }

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

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

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

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

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

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

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

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