#B4906F

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

Shades of Sandrift #B4906F

Tints of Sandrift #B4906F

Color information

#B4906F (or 0xB4906F) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 6F. RGB value is (180,144,111). Sum of RGB (Red+Green+Blue) = 180+144+111=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4906F is #4B6F90. Grayscale: #979797. Windows color (decimal): -4943761 or 7311540. OLE color: 7311540.

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

Color convert

RGB180144111-
CMYK00.20.380.29
HSL28.7º31.51%57.06%-
HSV(B)28.7º38.33%70.59%-
XYZ31.6630.819.31-
YUV151105.43148.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=41.38%
G=33.10%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014411100.20.380.2928.731.5157.06
HexB4906F014261D1d2039
Octal2642201570244635354071
Binary101101001001000011011110101001001101110111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4906F; }

 p { color: rgb(180,144,111); }

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

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

 a { background-color: rgb(180,144,111); }

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

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

 span { border-color: rgb(180,144,111); }

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