#B0897B

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

Shades of Brandy Rose #B0897B

Tints of Brandy Rose #B0897B

Color information

#B0897B (or 0xB0897B) is unknown color: approx Brandy Rose. HEX triplet: B0, 89 and 7B. RGB value is (176,137,123). Sum of RGB (Red+Green+Blue) = 176+137+123=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0897B is #4F7684. Grayscale: #939393. Windows color (decimal): -5207685 or 8096176. OLE color: 8096176.

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

Color convert

RGB176137123-
CMYK00.220.300.31
HSL15.85º25.12%58.63%-
HSV(B)15.85º30.11%69.02%-
XYZ30.4328.5522.65-
YUV147.06114.42148.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=40.37%
G=31.42%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613712300.220.300.3115.8525.1258.63
HexB0897B0161E1F10193b
Octal2602111730263637203173
Binary1011000010001001111101101011011110111111000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0897B; }

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

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

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

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

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

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

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

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