#B9816B

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

Shades of Brandy Rose #B9816B

Tints of Brandy Rose #B9816B

Color information

#B9816B (or 0xB9816B) is unknown color: approx Brandy Rose. HEX triplet: B9, 81 and 6B. RGB value is (185,129,107). Sum of RGB (Red+Green+Blue) = 185+129+107=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9816B is #467E94. Grayscale: #8F8F8F. Windows color (decimal): -4619925 or 7045561. OLE color: 7045561.

HSL color Cylindrical-coordinate representation of color #B9816B: hue angle of 16.92º degrees, saturation: 0.36, 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 #B9816B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185129107-
CMYK00.300.420.27
HSL16.92º35.78%57.25%-
HSV(B)16.92º42.16%72.55%-
XYZ30.5127.0817.53-
YUV143.24107.55157.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 107 (42.19% from 255) = 25.42%
R=43.94%
G=30.64%
B=25.42%

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
Decimal18512910700.300.420.2716.9235.7857.25
HexB9816B01E2A1B112439
Octal2712011530365233214471
Binary101110011000000111010110111101010101101110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9816B; }

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

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

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

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

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

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

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

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