#B0957E

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

Shades of Sandrift #B0957E

Tints of Sandrift #B0957E

Color information

#B0957E (or 0xB0957E) is unknown color: approx Sandrift. HEX triplet: B0, 95 and 7E. RGB value is (176,149,126). Sum of RGB (Red+Green+Blue) = 176+149+126=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0957E is #4F6A81. Grayscale: #9A9A9A. Windows color (decimal): -5204610 or 8295856. OLE color: 8295856.

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

Color convert

RGB176149126-
CMYK00.150.280.31
HSL27.6º24.04%59.22%-
HSV(B)27.6º28.41%69.02%-
XYZ32.4232.2324.25-
YUV154.45111.95143.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=39.02%
G=33.04%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614912600.150.280.3127.624.0459.22
HexB0957E0F1C1F1c183b
Octal2602251760173437343073
Binary101100001001010111111100111111100111111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0957E; }

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

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

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

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

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

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

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

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