#B0917F

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

Shades of Sandrift #B0917F

Tints of Sandrift #B0917F

Color information

#B0917F (or 0xB0917F) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 7F. RGB value is (176,145,127). Sum of RGB (Red+Green+Blue) = 176+145+127=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0917F is #4F6E80. Grayscale: #989898. Windows color (decimal): -5205633 or 8360368. OLE color: 8360368.

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

Color convert

RGB176145127-
CMYK00.180.280.31
HSL22.04º23.67%59.41%-
HSV(B)22.04º27.84%69.02%-
XYZ31.8631.0124.39-
YUV152.22113.77144.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 127 (50% from 255) = 28.35%
R=39.29%
G=32.37%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614512700.180.280.3122.0423.6759.41
HexB0917F0121C1F16183b
Octal2602211770223437263073
Binary1011000010010001111111101001011100111111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0917F; }

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

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

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

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

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

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

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

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