#B9816F

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

Shades of Brandy Rose #B9816F

Tints of Brandy Rose #B9816F

Color information

#B9816F (or 0xB9816F) is unknown color: approx Brandy Rose. HEX triplet: B9, 81 and 6F. RGB value is (185,129,111). Sum of RGB (Red+Green+Blue) = 185+129+111=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9816F is #467E90. Grayscale: #8F8F8F. Windows color (decimal): -4619921 or 7307705. OLE color: 7307705.

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

Color convert

RGB185129111-
CMYK00.300.40.27
HSL14.59º34.58%58.04%-
HSV(B)14.59º40%72.55%-
XYZ30.7327.1618.66-
YUV143.69109.55157.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=43.53%
G=30.35%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512911100.300.40.2714.5934.5858.04
HexB9816F01E281Bf233a
Octal2712011570365033174372
Binary10111001100000011101111011110101000110111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9816F; }

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

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

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

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

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

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

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

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