#B3967E

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

Shades of Sandrift #B3967E

Tints of Sandrift #B3967E

Color information

#B3967E (or 0xB3967E) is unknown color: approx Sandrift. HEX triplet: B3, 96 and 7E. RGB value is (179,150,126). Sum of RGB (Red+Green+Blue) = 179+150+126=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3967E is #4C6981. Grayscale: #9C9C9C. Windows color (decimal): -5007746 or 8296115. OLE color: 8296115.

HSL color Cylindrical-coordinate representation of color #B3967E: hue angle of 27.17º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3967E is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179150126-
CMYK00.160.300.30
HSL27.17º25.85%59.8%-
HSV(B)27.17º29.61%70.2%-
XYZ33.2632.924.34-
YUV155.94111.11144.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=39.34%
G=32.97%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915012600.160.300.3027.1725.8559.8
HexB3967E0101E1E1b1a3c
Octal2632261760203636333274
Binary1011001110010110111111001000011110111101101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3967E; }

 p { color: rgb(179,150,126); }

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

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

 a { background-color: rgb(179,150,126); }

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

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

 span { border-color: rgb(179,150,126); }

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