#B2967A

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

Shades of Sandrift #B2967A

Tints of Sandrift #B2967A

Color information

#B2967A (or 0xB2967A) is unknown color: approx Sandrift. HEX triplet: B2, 96 and 7A. RGB value is (178,150,122). Sum of RGB (Red+Green+Blue) = 178+150+122=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2967A is #4D6985. Grayscale: #9B9B9B. Windows color (decimal): -5073286 or 8033970. OLE color: 8033970.

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

Color convert

RGB178150122-
CMYK00.160.310.30
HSL30º26.67%58.82%-
HSV(B)30º31.46%69.8%-
XYZ32.7832.6822.99-
YUV155.18109.28144.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=39.56%
G=33.33%
B=27.11%

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
Decimal17815012200.160.310.303026.6758.82
HexB2967A0101F1E1e1b3b
Octal2622261720203736363373
Binary1011001010010110111101001000011111111101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2967A; }

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

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

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

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

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

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

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

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