Html Css Color HEX #B48D7A Sandrift

📋 copy color: '#B48D7A'

red 180 ◦ green 141 ◦ blue 122

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

Shades of Sandrift #B48D7A

Tints of Sandrift #B48D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 40.63%
G = 31.83%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B48D7A (or 0xB48D7A) is known color: Sandrift. HEX triplet: B4, 8D and 7A. RGB value is (180,141,122). Sum of RGB (Red+Green+Blue) = 180+141+122=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D7A is #4B7285. Grayscale: #969696. Windows color (decimal): -4944518 or 8031668. OLE color: 8031668.

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

Color convert

RGB 180 141 122 -
CMYK 0 0.22 0.32 0.29
HSL 19.66º 0.28% 0.59% -
HSV(B) 19.66º 0.32% 0.71% -
XYZ 31.86 30.16 22.55 -
YUV 150.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 180 141 122 0 0.22 0.32 0.29 19.66 0.28 0.59
Hex B4 8D 7A 0 16 20 1D 14 1C 3B
Octal 264 215 172 0 26 40 35 24 34 73
Binary 10110100 10001101 1111010 0 10110 100000 11101 10100 11100 111011

Color Harmonies of #B48D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D7A

Black with #B48D7A

Text Example


Text Example

White with #B48D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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