#B9896E

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

Shades of Brandy Rose #B9896E

Tints of Brandy Rose #B9896E

Color information

#B9896E (or 0xB9896E) is unknown color: approx Brandy Rose. HEX triplet: B9, 89 and 6E. RGB value is (185,137,110). Sum of RGB (Red+Green+Blue) = 185+137+110=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9896E is #467691. Grayscale: #949494. Windows color (decimal): -4617874 or 7244217. OLE color: 7244217.

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

Color convert

RGB185137110-
CMYK00.260.410.27
HSL21.6º34.88%57.84%-
HSV(B)21.6º40.54%72.55%-
XYZ31.7729.3318.74-
YUV148.27106.4154.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=42.82%
G=31.71%
B=25.46%

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
Decimal18513711000.260.410.2721.634.8857.84
HexB9896E01A291B16233a
Octal2712111560325133264372
Binary101110011000100111011100110101010011101110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9896E; }

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

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

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

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

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

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

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

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