#B48B74

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

Shades of Sandrift #B48B74

Tints of Sandrift #B48B74

Color information

#B48B74 (or 0xB48B74) is unknown color: approx Sandrift. HEX triplet: B4, 8B and 74. RGB value is (180,139,116). Sum of RGB (Red+Green+Blue) = 180+139+116=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B74 is #4B748B. Grayscale: #949494. Windows color (decimal): -4945036 or 7637940. OLE color: 7637940.

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

Color convert

RGB180139116-
CMYK00.230.360.29
HSL21.56º29.91%58.04%-
HSV(B)21.56º35.56%70.59%-
XYZ31.2129.4320.56-
YUV148.64109.58150.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=41.38%
G=31.95%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013911600.230.360.2921.5629.9158.04
HexB48B74017241D161e3a
Octal2642131640274435263672
Binary10110100100010111110100010111100100111011011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B74; }

 p { color: rgb(180,139,116); }

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

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

 a { background-color: rgb(180,139,116); }

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

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

 span { border-color: rgb(180,139,116); }

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