#B0967D

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

Shades of Sandrift #B0967D

Tints of Sandrift #B0967D

Color information

#B0967D (or 0xB0967D) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 7D. RGB value is (176,150,125). Sum of RGB (Red+Green+Blue) = 176+150+125=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0967D is #4F6982. Grayscale: #9B9B9B. Windows color (decimal): -5204355 or 8230576. OLE color: 8230576.

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

Color convert

RGB176150125-
CMYK00.150.290.31
HSL29.41º24.4%59.02%-
HSV(B)29.41º28.98%69.02%-
XYZ32.5132.5223.97-
YUV154.92111.11143.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=39.02%
G=33.26%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615012500.150.290.3129.4124.459.02
HexB0967D0F1D1F1d183b
Octal2602261750173537353073
Binary101100001001011011111010111111101111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0967D; }

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

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

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

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

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

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

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

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