#B9896D

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

Shades of Brandy Rose #B9896D

Tints of Brandy Rose #B9896D

Color information

#B9896D (or 0xB9896D) is unknown color: approx Brandy Rose. HEX triplet: B9, 89 and 6D. RGB value is (185,137,109). Sum of RGB (Red+Green+Blue) = 185+137+109=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9896D is #467692. Grayscale: #949494. Windows color (decimal): -4617875 or 7178681. OLE color: 7178681.

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

Color convert

RGB185137109-
CMYK00.260.410.27
HSL22.11º35.19%57.65%-
HSV(B)22.11º41.08%72.55%-
XYZ31.7129.3118.45-
YUV148.16105.9154.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=42.92%
G=31.79%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513710900.260.410.2722.1135.1957.65
HexB9896D01A291B16233a
Octal2712111550325133264372
Binary101110011000100111011010110101010011101110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9896D; }

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

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

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

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

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

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

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

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