#B9876D

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

Shades of Brandy Rose #B9876D

Tints of Brandy Rose #B9876D

Color information

#B9876D (or 0xB9876D) is unknown color: approx Brandy Rose. HEX triplet: B9, 87 and 6D. RGB value is (185,135,109). Sum of RGB (Red+Green+Blue) = 185+135+109=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9876D is #467892. Grayscale: #939393. Windows color (decimal): -4618387 or 7178169. OLE color: 7178169.

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

Color convert

RGB185135109-
CMYK00.270.410.27
HSL20.53º35.19%57.65%-
HSV(B)20.53º41.08%72.55%-
XYZ31.4328.7518.36-
YUV146.99106.56155.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=43.12%
G=31.47%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513510900.270.410.2720.5335.1957.65
HexB9876D01B291B15233a
Octal2712071550335133254372
Binary101110011000011111011010110111010011101110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9876D; }

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

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

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

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

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

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

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

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