#B0937F

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

Shades of Sandrift #B0937F

Tints of Sandrift #B0937F

Color information

#B0937F (or 0xB0937F) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 7F. RGB value is (176,147,127). Sum of RGB (Red+Green+Blue) = 176+147+127=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0937F is #4F6C80. Grayscale: #999999. Windows color (decimal): -5205121 or 8360880. OLE color: 8360880.

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

Color convert

RGB176147127-
CMYK00.160.280.31
HSL24.49º23.67%59.41%-
HSV(B)24.49º27.84%69.02%-
XYZ32.1731.6324.49-
YUV153.39113.11144.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 127 (50% from 255) = 28.22%
R=39.11%
G=32.67%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614712700.160.280.3124.4923.6759.41
HexB0937F0101C1F18183b
Octal2602231770203437303073
Binary1011000010010011111111101000011100111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0937F; }

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

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

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

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

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

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

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

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