Html Css Color HEX #B48D73 Sandrift

📋 copy color: '#B48D73'

red 180 ◦ green 141 ◦ blue 115

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

Shades of Sandrift #B48D73

Tints of Sandrift #B48D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 41.28%
G = 32.34%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B48D73 (or 0xB48D73) is known color: Sandrift. HEX triplet: B4, 8D and 73. RGB value is (180,141,115). Sum of RGB (Red+Green+Blue) = 180+141+115=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D73 is #4B728C. Grayscale: #959595. Windows color (decimal): -4944525 or 7572916. OLE color: 7572916.

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

Color convert

RGB 180 141 115 -
CMYK 0 0.22 0.36 0.29
HSL 24º 0.3% 0.58% -
HSV(B) 24º 0.36% 0.71% -
XYZ 31.44 29.99 20.35 -
YUV 149.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 180 141 115 0 0.22 0.36 0.29 24 0.3 0.58
Hex B4 8D 73 0 16 24 1D 18 1E 3A
Octal 264 215 163 0 26 44 35 30 36 72
Binary 10110100 10001101 1110011 0 10110 100100 11101 11000 11110 111010

Color Harmonies of #B48D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D73

Black with #B48D73

Text Example


Text Example

White with #B48D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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