#B2967D

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

Shades of Sandrift #B2967D

Tints of Sandrift #B2967D

Color information

#B2967D (or 0xB2967D) is unknown color: approx Sandrift. HEX triplet: B2, 96 and 7D. RGB value is (178,150,125). Sum of RGB (Red+Green+Blue) = 178+150+125=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2967D is #4D6982. Grayscale: #9B9B9B. Windows color (decimal): -5073283 or 8230578. OLE color: 8230578.

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

Color convert

RGB178150125-
CMYK00.160.300.30
HSL28.3º25.6%59.41%-
HSV(B)28.3º29.78%69.8%-
XYZ32.9732.7623.99-
YUV155.52110.78144.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=39.29%
G=33.11%
B=27.59%

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
Decimal17815012500.160.300.3028.325.659.41
HexB2967D0101E1E1c1a3b
Octal2622261750203636343273
Binary1011001010010110111110101000011110111101110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2967D; }

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

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

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

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

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

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

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

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