#B9887A

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

Shades of Brandy Rose #B9887A

Tints of Brandy Rose #B9887A

Color information

#B9887A (or 0xB9887A) is unknown color: approx Brandy Rose. HEX triplet: B9, 88 and 7A. RGB value is (185,136,122). Sum of RGB (Red+Green+Blue) = 185+136+122=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9887A is #467785. Grayscale: #959595. Windows color (decimal): -4618118 or 8030393. OLE color: 8030393.

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

Color convert

RGB185136122-
CMYK00.260.340.27
HSL13.33º31.03%60.2%-
HSV(B)13.33º34.05%72.55%-
XYZ32.3229.3322.37-
YUV149.06112.73153.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=41.76%
G=30.70%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513612200.260.340.2713.3331.0360.2
HexB9887A01A221Bd1f3c
Octal2712101720324233153774
Binary1011100110001000111101001101010001011011110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9887A; }

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

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

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

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

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

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

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

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