#B0837F

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

Shades of Brandy Rose #B0837F

Tints of Brandy Rose #B0837F

Color information

#B0837F (or 0xB0837F) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 7F. RGB value is (176,131,127). Sum of RGB (Red+Green+Blue) = 176+131+127=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0837F is #4F7C80. Grayscale: #909090. Windows color (decimal): -5209217 or 8356784. OLE color: 8356784.

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

Color convert

RGB176131127-
CMYK00.260.280.31
HSL4.9º23.67%59.41%-
HSV(B)4.9º27.84%69.02%-
XYZ29.852723.72-
YUV144118.41150.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 127 (50% from 255) = 29.26%
R=40.55%
G=30.18%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613112700.260.280.314.923.6759.41
HexB0837F01A1C1F5183b
Octal260203177032343753073
Binary10110000100000111111111011010111001111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0837F; }

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

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

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

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

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

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

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

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