#B0917D

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

Shades of Sandrift #B0917D

Tints of Sandrift #B0917D

Color information

#B0917D (or 0xB0917D) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 7D. RGB value is (176,145,125). Sum of RGB (Red+Green+Blue) = 176+145+125=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0917D is #4F6E82. Grayscale: #989898. Windows color (decimal): -5205635 or 8229296. OLE color: 8229296.

HSL color Cylindrical-coordinate representation of color #B0917D: hue angle of 23.53º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0917D is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB176145125-
CMYK00.180.290.31
HSL23.53º24.4%59.02%-
HSV(B)23.53º28.98%69.02%-
XYZ31.7330.9623.71-
YUV151.99112.77145.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=39.46%
G=32.51%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614512500.180.290.3123.5324.459.02
HexB0917D0121D1F18183b
Octal2602211750223537303073
Binary1011000010010001111110101001011101111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0917D; }

 p { color: rgb(176,145,125); }

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

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

 a { background-color: rgb(176,145,125); }

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

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

 span { border-color: rgb(176,145,125); }

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