#B9816D

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

Shades of Brandy Rose #B9816D

Tints of Brandy Rose #B9816D

Color information

#B9816D (or 0xB9816D) is unknown color: approx Brandy Rose. HEX triplet: B9, 81 and 6D. RGB value is (185,129,109). Sum of RGB (Red+Green+Blue) = 185+129+109=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9816D is #467E92. Grayscale: #8F8F8F. Windows color (decimal): -4619923 or 7176633. OLE color: 7176633.

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

Color convert

RGB185129109-
CMYK00.300.410.27
HSL15.79º35.19%57.65%-
HSV(B)15.79º41.08%72.55%-
XYZ30.6227.1218.09-
YUV143.46108.55157.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=43.74%
G=30.50%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512910900.300.410.2715.7935.1957.65
HexB9816D01E291B10233a
Octal2712011550365133204372
Binary101110011000000111011010111101010011101110000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9816D; }

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

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

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

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

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

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

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

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