#B9896F

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

Shades of Brandy Rose #B9896F

Tints of Brandy Rose #B9896F

Color information

#B9896F (or 0xB9896F) is unknown color: approx Brandy Rose. HEX triplet: B9, 89 and 6F. RGB value is (185,137,111). Sum of RGB (Red+Green+Blue) = 185+137+111=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9896F is #467690. Grayscale: #949494. Windows color (decimal): -4617873 or 7309753. OLE color: 7309753.

HSL color Cylindrical-coordinate representation of color #B9896F: hue angle of 21.08º 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 #B9896F is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185137111-
CMYK00.260.40.27
HSL21.08º34.58%58.04%-
HSV(B)21.08º40%72.55%-
XYZ31.8229.3519.03-
YUV148.39106.9154.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=42.73%
G=31.64%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513711100.260.40.2721.0834.5858.04
HexB9896F01A281B15233a
Octal2712111570325033254372
Binary101110011000100111011110110101010001101110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9896F; }

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

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

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

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

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

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

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

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