#B9867C

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

Shades of Brandy Rose #B9867C

Tints of Brandy Rose #B9867C

Color information

#B9867C (or 0xB9867C) is unknown color: approx Brandy Rose. HEX triplet: B9, 86 and 7C. RGB value is (185,134,124). Sum of RGB (Red+Green+Blue) = 185+134+124=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9867C is #467983. Grayscale: #949494. Windows color (decimal): -4618628 or 8160953. OLE color: 8160953.

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

Color convert

RGB185134124-
CMYK00.280.330.27
HSL9.84º30.35%60.59%-
HSV(B)9.84º32.97%72.55%-
XYZ32.1728.8222.94-
YUV148.11114.4154.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=41.76%
G=30.25%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513412400.280.330.279.8430.3560.59
HexB9867C01C211Ba1e3d
Octal2712061740344133123675
Binary1011100110000110111110001110010000111011101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9867C; }

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

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

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

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

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

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

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

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