#B49B7B

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

Shades of Sandrift #B49B7B

Tints of Sandrift #B49B7B

Color information

#B49B7B (or 0xB49B7B) is unknown color: approx Sandrift. HEX triplet: B4, 9B and 7B. RGB value is (180,155,123). Sum of RGB (Red+Green+Blue) = 180+155+123=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B7B is #4B6484. Grayscale: #9E9E9E. Windows color (decimal): -4940933 or 8100788. OLE color: 8100788.

HSL color Cylindrical-coordinate representation of color #B49B7B: hue angle of 33.68º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49B7B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180155123-
CMYK00.140.320.29
HSL33.68º27.54%59.41%-
HSV(B)33.68º31.67%70.59%-
XYZ34.1234.5823.61-
YUV158.83107.78143.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=39.30%
G=33.84%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015512300.140.320.2933.6827.5459.41
HexB49B7B0E201D221c3b
Octal2642331730164035423473
Binary10110100100110111111011011101000001110110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B7B; }

 p { color: rgb(180,155,123); }

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

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

 a { background-color: rgb(180,155,123); }

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

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

 span { border-color: rgb(180,155,123); }

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