#B4997E

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

Shades of Sandrift #B4997E

Tints of Sandrift #B4997E

Color information

#B4997E (or 0xB4997E) is unknown color: approx Sandrift. HEX triplet: B4, 99 and 7E. RGB value is (180,153,126). Sum of RGB (Red+Green+Blue) = 180+153+126=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4997E is #4B6681. Grayscale: #9E9E9E. Windows color (decimal): -4941442 or 8296884. OLE color: 8296884.

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

Color convert

RGB180153126-
CMYK00.150.30.29
HSL30º26.47%60%-
HSV(B)30º30%70.59%-
XYZ33.9833.9924.51-
YUV158109.95143.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=39.22%
G=33.33%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015312600.150.30.293026.4760
HexB4997E0F1E1D1e1a3c
Octal2642311760173635363274
Binary101101001001100111111100111111110111011111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4997E; }

 p { color: rgb(180,153,126); }

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

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

 a { background-color: rgb(180,153,126); }

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

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

 span { border-color: rgb(180,153,126); }

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