#B0897F

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

Shades of Brandy Rose #B0897F

Tints of Brandy Rose #B0897F

Color information

#B0897F (or 0xB0897F) is unknown color: approx Brandy Rose. HEX triplet: B0, 89 and 7F. RGB value is (176,137,127). Sum of RGB (Red+Green+Blue) = 176+137+127=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0897F is #4F7680. Grayscale: #939393. Windows color (decimal): -5207681 or 8358320. OLE color: 8358320.

HSL color Cylindrical-coordinate representation of color #B0897F: hue angle of 12.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0897F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176137127-
CMYK00.220.280.31
HSL12.24º23.67%59.41%-
HSV(B)12.24º27.84%69.02%-
XYZ30.6828.6523.99-
YUV147.52116.42148.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 137 (53.91% from 255) = 31.14%
BLUE value IS 127 (50% from 255) = 28.86%
R=40%
G=31.14%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613712700.220.280.3112.2423.6759.41
HexB0897F0161C1Fc183b
Octal2602111770263437143073
Binary101100001000100111111110101101110011111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0897F; }

 p { color: rgb(176,137,127); }

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

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

 a { background-color: rgb(176,137,127); }

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

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

 span { border-color: rgb(176,137,127); }

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