#B9887D

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

Shades of Brandy Rose #B9887D

Tints of Brandy Rose #B9887D

Color information

#B9887D (or 0xB9887D) is unknown color: approx Brandy Rose. HEX triplet: B9, 88 and 7D. RGB value is (185,136,125). Sum of RGB (Red+Green+Blue) = 185+136+125=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B9887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9887D is #467782. Grayscale: #959595. Windows color (decimal): -4618115 or 8227001. OLE color: 8227001.

HSL color Cylindrical-coordinate representation of color #B9887D: hue angle of 11º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9887D is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185136125-
CMYK00.260.320.27
HSL11º30%60.78%-
HSV(B)11º32.43%72.55%-
XYZ32.5129.423.36-
YUV149.4114.23153.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=41.48%
G=30.49%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513612500.260.320.27113060.78
HexB9887D01A201Bb1e3d
Octal2712101750324033133675
Binary1011100110001000111110101101010000011011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9887D; }

 p { color: rgb(185,136,125); }

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

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

 a { background-color: rgb(185,136,125); }

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

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

 span { border-color: rgb(185,136,125); }

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