#B0967C

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

Shades of Sandrift #B0967C

Tints of Sandrift #B0967C

Color information

#B0967C (or 0xB0967C) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 7C. RGB value is (176,150,124). Sum of RGB (Red+Green+Blue) = 176+150+124=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0967C is #4F6983. Grayscale: #9A9A9A. Windows color (decimal): -5204356 or 8165040. OLE color: 8165040.

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

Color convert

RGB176150124-
CMYK00.150.300.31
HSL30º24.76%58.82%-
HSV(B)30º29.55%69.02%-
XYZ32.4532.523.63-
YUV154.81110.61143.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=39.11%
G=33.33%
B=27.56%

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
Decimal17615012400.150.300.313024.7658.82
HexB0967C0F1E1F1e193b
Octal2602261740173637363173
Binary101100001001011011111000111111110111111111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0967C; }

 p { color: rgb(176,150,124); }

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

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

 a { background-color: rgb(176,150,124); }

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

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

 span { border-color: rgb(176,150,124); }

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