Html Css Color HEX #B48F73 Sandrift

📋 copy color: '#B48F73'

red 180 ◦ green 143 ◦ blue 115

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

Shades of Sandrift #B48F73

Tints of Sandrift #B48F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.65%

 BLUE value IS 115 (45.31% from 255) = 26.26%

R = 41.1%
G = 32.65%
B = 26.26%

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

#B48F73 (or 0xB48F73) is known color: Sandrift. HEX triplet: B4, 8F and 73. RGB value is (180,143,115). Sum of RGB (Red+Green+Blue) = 180+143+115=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F73 is #4B708C. Grayscale: #979797. Windows color (decimal): -4944013 or 7573428. OLE color: 7573428.

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

Color convert

RGB 180 143 115 -
CMYK 0 0.21 0.36 0.29
HSL 25.85º 0.3% 0.58% -
HSV(B) 25.85º 0.36% 0.71% -
XYZ 31.74 30.59 20.45 -
YUV 150.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 180 143 115 0 0.21 0.36 0.29 25.85 0.3 0.58
Hex B4 8F 73 0 15 24 1D 1A 1E 3A
Octal 264 217 163 0 25 44 35 32 36 72
Binary 10110100 10001111 1110011 0 10101 100100 11101 11010 11110 111010

Color Harmonies of #B48F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F73

Black with #B48F73

Text Example


Text Example

White with #B48F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F73; }

 p { color: rgb(180,143,115); }

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

background-color css

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

 a { background-color: rgb(180,143,115); }

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

border-color css

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

 span { border-color: rgb(180,143,115); }

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