Html Css Color HEX #B48D75 Sandrift

📋 copy color: '#B48D75'

red 180 ◦ green 141 ◦ blue 117

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

Shades of Sandrift #B48D75

Tints of Sandrift #B48D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 41.1%
G = 32.19%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B48D75 (or 0xB48D75) is known color: Sandrift. HEX triplet: B4, 8D and 75. RGB value is (180,141,117). Sum of RGB (Red+Green+Blue) = 180+141+117=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D75 is #4B728A. Grayscale: #969696. Windows color (decimal): -4944523 or 7703988. OLE color: 7703988.

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

Color convert

RGB 180 141 117 -
CMYK 0 0.22 0.35 0.29
HSL 22.86º 0.3% 0.58% -
HSV(B) 22.86º 0.35% 0.71% -
XYZ 31.56 30.04 20.96 -
YUV 149.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 180 141 117 0 0.22 0.35 0.29 22.86 0.3 0.58
Hex B4 8D 75 0 16 23 1D 17 1E 3A
Octal 264 215 165 0 26 43 35 27 36 72
Binary 10110100 10001101 1110101 0 10110 100011 11101 10111 11110 111010

Color Harmonies of #B48D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D75

Black with #B48D75

Text Example


Text Example

White with #B48D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D75; }

 p { color: rgb(180,141,117); }

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

background-color css

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

 a { background-color: rgb(180,141,117); }

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

border-color css

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

 span { border-color: rgb(180,141,117); }

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