Html Css Color HEX #B48B76 Sandrift

📋 copy color: '#B48B76'

red 180 ◦ green 139 ◦ blue 118

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

Shades of Sandrift #B48B76

Tints of Sandrift #B48B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.81%

 BLUE value IS 118 (46.48% from 255) = 27%

R = 41.19%
G = 31.81%
B = 27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B48B76 (or 0xB48B76) is known color: Sandrift. HEX triplet: B4, 8B and 76. RGB value is (180,139,118). Sum of RGB (Red+Green+Blue) = 180+139+118=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B76 is #4B7489. Grayscale: #949494. Windows color (decimal): -4945034 or 7769012. OLE color: 7769012.

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

Color convert

RGB 180 139 118 -
CMYK 0 0.23 0.34 0.29
HSL 20.32º 0.29% 0.58% -
HSV(B) 20.32º 0.34% 0.71% -
XYZ 31.33 29.48 21.18 -
YUV 148.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 180 139 118 0 0.23 0.34 0.29 20.32 0.29 0.58
Hex B4 8B 76 0 17 22 1D 14 1D 3A
Octal 264 213 166 0 27 42 35 24 35 72
Binary 10110100 10001011 1110110 0 10111 100010 11101 10100 11101 111010

Color Harmonies of #B48B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48B76

Black with #B48B76

Text Example


Text Example

White with #B48B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48B76; }

 p { color: rgb(180,139,118); }

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

background-color css

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

 a { background-color: rgb(180,139,118); }

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

border-color css

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

 span { border-color: rgb(180,139,118); }

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