Html Css Color HEX #B18D72 Sandrift

📋 copy color: '#B18D72'

red 177 ◦ green 141 ◦ blue 114

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

Shades of Sandrift #B18D72

Tints of Sandrift #B18D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 40.97%
G = 32.64%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B18D72 (or 0xB18D72) is known color: Sandrift. HEX triplet: B1, 8D and 72. RGB value is (177,141,114). Sum of RGB (Red+Green+Blue) = 177+141+114=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D72 is #4E728D. Grayscale: #949494. Windows color (decimal): -5141134 or 7507377. OLE color: 7507377.

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

Color convert

RGB 177 141 114 -
CMYK 0 0.20 0.36 0.31
HSL 25.71º 0.29% 0.57% -
HSV(B) 25.71º 0.36% 0.69% -
XYZ 30.69 29.61 20.02 -
YUV 148.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 177 141 114 0 0.20 0.36 0.31 25.71 0.29 0.57
Hex B1 8D 72 0 14 24 1F 1A 1D 39
Octal 261 215 162 0 24 44 37 32 35 71
Binary 10110001 10001101 1110010 0 10100 100100 11111 11010 11101 111001

Color Harmonies of #B18D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D72

Black with #B18D72

Text Example


Text Example

White with #B18D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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