Html Css Color HEX #B48E77 Sandrift

📋 copy color: '#B48E77'

red 180 ◦ green 142 ◦ blue 119

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

Shades of Sandrift #B48E77

Tints of Sandrift #B48E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 40.82%
G = 32.2%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B48E77 (or 0xB48E77) is known color: Sandrift. HEX triplet: B4, 8E and 77. RGB value is (180,142,119). Sum of RGB (Red+Green+Blue) = 180+142+119=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E77 is #4B7188. Grayscale: #969696. Windows color (decimal): -4944265 or 7835316. OLE color: 7835316.

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

Color convert

RGB 180 142 119 -
CMYK 0 0.21 0.34 0.29
HSL 22.62º 0.29% 0.59% -
HSV(B) 22.62º 0.34% 0.71% -
XYZ 31.83 30.38 21.64 -
YUV 150.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 180 142 119 0 0.21 0.34 0.29 22.62 0.29 0.59
Hex B4 8E 77 0 15 22 1D 17 1D 3B
Octal 264 216 167 0 25 42 35 27 35 73
Binary 10110100 10001110 1110111 0 10101 100010 11101 10111 11101 111011

Color Harmonies of #B48E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E77

Black with #B48E77

Text Example


Text Example

White with #B48E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E77; }

 p { color: rgb(180,142,119); }

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

background-color css

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

 a { background-color: rgb(180,142,119); }

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

border-color css

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

 span { border-color: rgb(180,142,119); }

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