Html Css Color HEX #B18D76 Sandrift

📋 copy color: '#B18D76'

red 177 ◦ green 141 ◦ blue 118

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

Shades of Sandrift #B18D76

Tints of Sandrift #B18D76

RGB

 RED value IS 177 (69.53% from 255) = 40.6%

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

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

R = 40.6%
G = 32.34%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B18D76 (or 0xB18D76) is known color: Sandrift. HEX triplet: B1, 8D and 76. RGB value is (177,141,118). Sum of RGB (Red+Green+Blue) = 177+141+118=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D76 is #4E7289. Grayscale: #959595. Windows color (decimal): -5141130 or 7769521. OLE color: 7769521.

HSL color Cylindrical-coordinate representation of color #B18D76: hue angle of 23.39º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B18D76 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 141 118 -
CMYK 0 0.20 0.33 0.31
HSL 23.39º 0.27% 0.58% -
HSV(B) 23.39º 0.33% 0.69% -
XYZ 30.93 29.7 21.24 -
YUV 149.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 177 141 118 0 0.20 0.33 0.31 23.39 0.27 0.58
Hex B1 8D 76 0 14 21 1F 17 1B 3A
Octal 261 215 166 0 24 41 37 27 33 72
Binary 10110001 10001101 1110110 0 10100 100001 11111 10111 11011 111010

Color Harmonies of #B18D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D76

Black with #B18D76

Text Example


Text Example

White with #B18D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D76; }

 p { color: rgb(177,141,118); }

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

background-color css

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

 a { background-color: rgb(177,141,118); }

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

border-color css

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

 span { border-color: rgb(177,141,118); }

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