#B9877B

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

Shades of Brandy Rose #B9877B

Tints of Brandy Rose #B9877B

Color information

#B9877B (or 0xB9877B) is unknown color: approx Brandy Rose. HEX triplet: B9, 87 and 7B. RGB value is (185,135,123). Sum of RGB (Red+Green+Blue) = 185+135+123=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9877B is #467884. Grayscale: #949494. Windows color (decimal): -4618373 or 8095673. OLE color: 8095673.

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

Color convert

RGB185135123-
CMYK00.270.340.27
HSL11.61º30.69%60.39%-
HSV(B)11.61º33.51%72.55%-
XYZ32.2529.0722.65-
YUV148.58113.56153.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=41.76%
G=30.47%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513512300.270.340.2711.6130.6960.39
HexB9877B01B221Bc1f3c
Octal2712071730334233143774
Binary1011100110000111111101101101110001011011110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9877B; }

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

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

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

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

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

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

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

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