Html Css Color HEX #B48C78 Sandrift

📋 copy color: '#B48C78'

red 180 ◦ green 140 ◦ blue 120

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

Shades of Sandrift #B48C78

Tints of Sandrift #B48C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 40.91%
G = 31.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B48C78 (or 0xB48C78) is known color: Sandrift. HEX triplet: B4, 8C and 78. RGB value is (180,140,120). Sum of RGB (Red+Green+Blue) = 180+140+120=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C78 is #4B7387. Grayscale: #959595. Windows color (decimal): -4944776 or 7900340. OLE color: 7900340.

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

Color convert

RGB 180 140 120 -
CMYK 0 0.22 0.33 0.29
HSL 20º 0.29% 0.59% -
HSV(B) 20º 0.33% 0.71% -
XYZ 31.59 29.82 21.86 -
YUV 149.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 180 140 120 0 0.22 0.33 0.29 20 0.29 0.59
Hex B4 8C 78 0 16 21 1D 14 1D 3B
Octal 264 214 170 0 26 41 35 24 35 73
Binary 10110100 10001100 1111000 0 10110 100001 11101 10100 11101 111011

Color Harmonies of #B48C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C78

Black with #B48C78

Text Example


Text Example

White with #B48C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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