#B0957B

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

Shades of Sandrift #B0957B

Tints of Sandrift #B0957B

Color information

#B0957B (or 0xB0957B) is unknown color: approx Sandrift. HEX triplet: B0, 95 and 7B. RGB value is (176,149,123). Sum of RGB (Red+Green+Blue) = 176+149+123=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0957B is #4F6A84. Grayscale: #9A9A9A. Windows color (decimal): -5204613 or 8099248. OLE color: 8099248.

HSL color Cylindrical-coordinate representation of color #B0957B: hue angle of 29.43º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0957B is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176149123-
CMYK00.150.300.31
HSL29.43º25.12%58.63%-
HSV(B)29.43º30.11%69.02%-
XYZ32.2332.1623.25-
YUV154.11110.45143.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=39.29%
G=33.26%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614912300.150.300.3129.4325.1258.63
HexB0957B0F1E1F1d193b
Octal2602251730173637353173
Binary101100001001010111110110111111110111111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0957B; }

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

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

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

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

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

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

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

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