Html Css Color HEX #B48E74 Sandrift

📋 copy color: '#B48E74'

red 180 ◦ green 142 ◦ blue 116

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

Shades of Sandrift #B48E74

Tints of Sandrift #B48E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.48%

R = 41.1%
G = 32.42%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B48E74 (or 0xB48E74) is known color: Sandrift. HEX triplet: B4, 8E and 74. RGB value is (180,142,116). Sum of RGB (Red+Green+Blue) = 180+142+116=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E74 is #4B718B. Grayscale: #969696. Windows color (decimal): -4944268 or 7638708. OLE color: 7638708.

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

Color convert

RGB 180 142 116 -
CMYK 0 0.21 0.36 0.29
HSL 24.38º 0.3% 0.58% -
HSV(B) 24.38º 0.36% 0.71% -
XYZ 31.65 30.31 20.71 -
YUV 150.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 180 142 116 0 0.21 0.36 0.29 24.38 0.3 0.58
Hex B4 8E 74 0 15 24 1D 18 1E 3A
Octal 264 216 164 0 25 44 35 30 36 72
Binary 10110100 10001110 1110100 0 10101 100100 11101 11000 11110 111010

Color Harmonies of #B48E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E74

Black with #B48E74

Text Example


Text Example

White with #B48E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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