Html Css Color HEX #B48970 Sandrift

📋 copy color: '#B48970'

red 180 ◦ green 137 ◦ blue 112

#B48970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #B48970

Tints of Sandrift #B48970

RGB

 RED value IS 180 (70.7% from 255) = 41.96%

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 41.96%
G = 31.93%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B48970 (or 0xB48970) is known color: Sandrift. HEX triplet: B4, 89 and 70. RGB value is (180,137,112). Sum of RGB (Red+Green+Blue) = 180+137+112=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48970 is #4B768F. Grayscale: #939393. Windows color (decimal): -4945552 or 7375284. OLE color: 7375284.

HSL color Cylindrical-coordinate representation of color #B48970: hue angle of 22.06º degrees, saturation: 0.31, 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 #B48970 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 137 112 -
CMYK 0 0.24 0.38 0.29
HSL 22.06º 0.31% 0.57% -
HSV(B) 22.06º 0.38% 0.71% -
XYZ 30.69 28.76 19.26 -
YUV 147.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 180 137 112 0 0.24 0.38 0.29 22.06 0.31 0.57
Hex B4 89 70 0 18 26 1D 16 1F 39
Octal 264 211 160 0 30 46 35 26 37 71
Binary 10110100 10001001 1110000 0 11000 100110 11101 10110 11111 111001

Color Harmonies of #B48970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48970

Black with #B48970

Text Example


Text Example

White with #B48970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48970; }

 p { color: rgb(180,137,112); }

 H1.HeaderClassName
 {
   color: #B48970;
 }
 .AnyTagClassName
 {
   color: #B48970;
 }
</style>

background-color css

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

 a { background-color: rgb(180,137,112); }

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

border-color css

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

 span { border-color: rgb(180,137,112); }

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