#B0967F

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

Shades of Sandrift #B0967F

Tints of Sandrift #B0967F

Color information

#B0967F (or 0xB0967F) is unknown color: approx Sandrift. HEX triplet: B0, 96 and 7F. RGB value is (176,150,127). Sum of RGB (Red+Green+Blue) = 176+150+127=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0967F is #4F6980. Grayscale: #9B9B9B. Windows color (decimal): -5204353 or 8361648. OLE color: 8361648.

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

Color convert

RGB176150127-
CMYK00.150.280.31
HSL28.16º23.67%59.41%-
HSV(B)28.16º27.84%69.02%-
XYZ32.6432.5824.65-
YUV155.15112.11142.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 127 (50% from 255) = 28.04%
R=38.85%
G=33.11%
B=28.04%

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
Decimal17615012700.150.280.3128.1623.6759.41
HexB0967F0F1C1F1c183b
Octal2602261770173437343073
Binary101100001001011011111110111111100111111110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0967F; }

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

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

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

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

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

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

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

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