#B0877B

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

Shades of Brandy Rose #B0877B

Tints of Brandy Rose #B0877B

Color information

#B0877B (or 0xB0877B) is unknown color: approx Brandy Rose. HEX triplet: B0, 87 and 7B. RGB value is (176,135,123). Sum of RGB (Red+Green+Blue) = 176+135+123=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0877B is #4F7884. Grayscale: #919191. Windows color (decimal): -5208197 or 8095664. OLE color: 8095664.

HSL color Cylindrical-coordinate representation of color #B0877B: hue angle of 13.58º 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 #B0877B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176135123-
CMYK00.230.300.31
HSL13.58º25.12%58.63%-
HSV(B)13.58º30.11%69.02%-
XYZ30.1427.9922.55-
YUV145.89115.08149.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=40.55%
G=31.11%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613512300.230.300.3113.5825.1258.63
HexB0877B0171E1Fe193b
Octal2602071730273637163173
Binary101100001000011111110110101111111011111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0877B; }

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

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

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

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

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

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

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

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