#B2997A

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

Shades of Sandrift #B2997A

Tints of Sandrift #B2997A

Color information

#B2997A (or 0xB2997A) is unknown color: approx Sandrift. HEX triplet: B2, 99 and 7A. RGB value is (178,153,122). Sum of RGB (Red+Green+Blue) = 178+153+122=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2997A is #4D6685. Grayscale: #9D9D9D. Windows color (decimal): -5072518 or 8034738. OLE color: 8034738.

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

Color convert

RGB178153122-
CMYK00.140.310.30
HSL33.21º26.67%58.82%-
HSV(B)33.21º31.46%69.8%-
XYZ33.2633.6523.15-
YUV156.94108.28143.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=39.29%
G=33.77%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815312200.140.310.3033.2126.6758.82
HexB2997A0E1F1E211b3b
Octal2622311720163736413373
Binary1011001010011001111101001110111111111010000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2997A; }

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

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

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

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

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

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

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

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