#B9816C

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

Shades of Brandy Rose #B9816C

Tints of Brandy Rose #B9816C

Color information

#B9816C (or 0xB9816C) is unknown color: approx Brandy Rose. HEX triplet: B9, 81 and 6C. RGB value is (185,129,108). Sum of RGB (Red+Green+Blue) = 185+129+108=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9816C is #467E93. Grayscale: #8F8F8F. Windows color (decimal): -4619924 or 7111097. OLE color: 7111097.

HSL color Cylindrical-coordinate representation of color #B9816C: hue angle of 16.36º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9816C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185129108-
CMYK00.300.420.27
HSL16.36º35.48%57.45%-
HSV(B)16.36º41.62%72.55%-
XYZ30.5627.117.81-
YUV143.35108.05157.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=43.84%
G=30.57%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512910800.300.420.2716.3635.4857.45
HexB9816C01E2A1B102339
Octal2712011540365233204371
Binary101110011000000111011000111101010101101110000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9816C; }

 p { color: rgb(185,129,108); }

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

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

 a { background-color: rgb(185,129,108); }

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

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

 span { border-color: rgb(185,129,108); }

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