#B0837E

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

Shades of Brandy Rose #B0837E

Tints of Brandy Rose #B0837E

Color information

#B0837E (or 0xB0837E) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 7E. RGB value is (176,131,126). Sum of RGB (Red+Green+Blue) = 176+131+126=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0837E is #4F7C81. Grayscale: #8F8F8F. Windows color (decimal): -5209218 or 8291248. OLE color: 8291248.

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

Color convert

RGB176131126-
CMYK00.260.280.31
HSL24.04%59.22%-
HSV(B)28.41%69.02%-
XYZ29.7926.9723.37-
YUV143.88117.91150.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=40.65%
G=30.25%
B=29.10%

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
Decimal17613112600.260.280.31624.0459.22
HexB0837E01A1C1F6183b
Octal260203176032343763073
Binary10110000100000111111110011010111001111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0837E; }

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

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

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

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

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

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

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

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