Html Css Color HEX #B48C77 Sandrift

📋 copy color: '#B48C77'

red 180 ◦ green 140 ◦ blue 119

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

Shades of Sandrift #B48C77

Tints of Sandrift #B48C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 41%
G = 31.89%
B = 27.11%

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

#B48C77 (or 0xB48C77) is known color: Sandrift. HEX triplet: B4, 8C and 77. RGB value is (180,140,119). Sum of RGB (Red+Green+Blue) = 180+140+119=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C77 is #4B7388. Grayscale: #959595. Windows color (decimal): -4944777 or 7834804. OLE color: 7834804.

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

Color convert

RGB 180 140 119 -
CMYK 0 0.22 0.34 0.29
HSL 20.66º 0.29% 0.59% -
HSV(B) 20.66º 0.34% 0.71% -
XYZ 31.53 29.79 21.54 -
YUV 149.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 180 140 119 0 0.22 0.34 0.29 20.66 0.29 0.59
Hex B4 8C 77 0 16 22 1D 15 1D 3B
Octal 264 214 167 0 26 42 35 25 35 73
Binary 10110100 10001100 1110111 0 10110 100010 11101 10101 11101 111011

Color Harmonies of #B48C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C77

Black with #B48C77

Text Example


Text Example

White with #B48C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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