#B9897B

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

Shades of Brandy Rose #B9897B

Tints of Brandy Rose #B9897B

Color information

#B9897B (or 0xB9897B) is unknown color: approx Brandy Rose. HEX triplet: B9, 89 and 7B. RGB value is (185,137,123). Sum of RGB (Red+Green+Blue) = 185+137+123=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9897B is #467684. Grayscale: #959595. Windows color (decimal): -4617861 or 8096185. OLE color: 8096185.

HSL color Cylindrical-coordinate representation of color #B9897B: hue angle of 13.55º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9897B is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185137123-
CMYK00.260.340.27
HSL13.55º30.69%60.39%-
HSV(B)13.55º33.51%72.55%-
XYZ32.5329.6422.74-
YUV149.76112.9153.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=41.57%
G=30.79%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513712300.260.340.2713.5530.6960.39
HexB9897B01A221Be1f3c
Octal2712111730324233163774
Binary1011100110001001111101101101010001011011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9897B; }

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

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

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

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

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

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

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

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