Html Css Color HEX #B48D70 Sandrift

📋 copy color: '#B48D70'

red 180 ◦ green 141 ◦ blue 112

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

Shades of Sandrift #B48D70

Tints of Sandrift #B48D70

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.56%

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

R = 41.57%
G = 32.56%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B48D70 (or 0xB48D70) is known color: Sandrift. HEX triplet: B4, 8D and 70. RGB value is (180,141,112). Sum of RGB (Red+Green+Blue) = 180+141+112=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D70 is #4B728F. Grayscale: #959595. Windows color (decimal): -4944528 or 7376308. OLE color: 7376308.

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

Color convert

RGB 180 141 112 -
CMYK 0 0.22 0.38 0.29
HSL 25.59º 0.31% 0.57% -
HSV(B) 25.59º 0.38% 0.71% -
XYZ 31.27 29.92 19.46 -
YUV 149.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 180 141 112 0 0.22 0.38 0.29 25.59 0.31 0.57
Hex B4 8D 70 0 16 26 1D 1A 1F 39
Octal 264 215 160 0 26 46 35 32 37 71
Binary 10110100 10001101 1110000 0 10110 100110 11101 11010 11111 111001

Color Harmonies of #B48D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D70

Black with #B48D70

Text Example


Text Example

White with #B48D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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