Html Css Color HEX #B48D76 Sandrift

📋 copy color: '#B48D76'

red 180 ◦ green 141 ◦ blue 118

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

Shades of Sandrift #B48D76

Tints of Sandrift #B48D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 41%
G = 32.12%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B48D76 (or 0xB48D76) is known color: Sandrift. HEX triplet: B4, 8D and 76. RGB value is (180,141,118). Sum of RGB (Red+Green+Blue) = 180+141+118=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D76 is #4B7289. Grayscale: #969696. Windows color (decimal): -4944522 or 7769524. OLE color: 7769524.

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

Color convert

RGB 180 141 118 -
CMYK 0 0.22 0.34 0.29
HSL 22.26º 0.29% 0.58% -
HSV(B) 22.26º 0.34% 0.71% -
XYZ 31.62 30.06 21.28 -
YUV 150.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 180 141 118 0 0.22 0.34 0.29 22.26 0.29 0.58
Hex B4 8D 76 0 16 22 1D 16 1D 3A
Octal 264 215 166 0 26 42 35 26 35 72
Binary 10110100 10001101 1110110 0 10110 100010 11101 10110 11101 111010

Color Harmonies of #B48D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D76

Black with #B48D76

Text Example


Text Example

White with #B48D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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