Html Css Color HEX #B18973 Sandrift

📋 copy color: '#B18973'

red 177 ◦ green 137 ◦ blue 115

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

Shades of Sandrift #B18973

Tints of Sandrift #B18973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 41.26%
G = 31.93%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B18973 (or 0xB18973) is known color: Sandrift. HEX triplet: B1, 89 and 73. RGB value is (177,137,115). Sum of RGB (Red+Green+Blue) = 177+137+115=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B18973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18973 is #4E768C. Grayscale: #929292. Windows color (decimal): -5142157 or 7571889. OLE color: 7571889.

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

Color convert

RGB 177 137 115 -
CMYK 0 0.23 0.35 0.31
HSL 21.29º 0.28% 0.57% -
HSV(B) 21.29º 0.35% 0.69% -
XYZ 30.17 28.48 20.13 -
YUV 146.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 177 137 115 0 0.23 0.35 0.31 21.29 0.28 0.57
Hex B1 89 73 0 17 23 1F 15 1C 39
Octal 261 211 163 0 27 43 37 25 34 71
Binary 10110001 10001001 1110011 0 10111 100011 11111 10101 11100 111001

Color Harmonies of #B18973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18973

Black with #B18973

Text Example


Text Example

White with #B18973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18973; }

 p { color: rgb(177,137,115); }

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

background-color css

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

 a { background-color: rgb(177,137,115); }

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

border-color css

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

 span { border-color: rgb(177,137,115); }

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