#B3967C

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

Shades of Sandrift #B3967C

Tints of Sandrift #B3967C

Color information

#B3967C (or 0xB3967C) is unknown color: approx Sandrift. HEX triplet: B3, 96 and 7C. RGB value is (179,150,124). Sum of RGB (Red+Green+Blue) = 179+150+124=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3967C is #4C6983. Grayscale: #9B9B9B. Windows color (decimal): -5007748 or 8165043. OLE color: 8165043.

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

Color convert

RGB179150124-
CMYK00.160.310.30
HSL28.36º26.57%59.41%-
HSV(B)28.36º30.73%70.2%-
XYZ33.1332.8523.66-
YUV155.71110.11144.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=39.51%
G=33.11%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915012400.160.310.3028.3626.5759.41
HexB3967C0101F1E1c1b3b
Octal2632261740203736343373
Binary1011001110010110111110001000011111111101110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3967C; }

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

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

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

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

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

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

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

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