Html Css Color HEX #B19276 Sandrift

📋 copy color: '#B19276'

red 177 ◦ green 146 ◦ blue 118

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

Shades of Sandrift #B19276

Tints of Sandrift #B19276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.11%

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

R = 40.14%
G = 33.11%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B19276 (or 0xB19276) is known color: Sandrift. HEX triplet: B1, 92 and 76. RGB value is (177,146,118). Sum of RGB (Red+Green+Blue) = 177+146+118=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19276 is #4E6D89. Grayscale: #989898. Windows color (decimal): -5139850 or 7770801. OLE color: 7770801.

HSL color Cylindrical-coordinate representation of color #B19276: hue angle of 28.47º 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 #B19276 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 118 -
CMYK 0 0.18 0.33 0.31
HSL 28.47º 0.27% 0.58% -
HSV(B) 28.47º 0.33% 0.69% -
XYZ 31.68 31.21 21.49 -
YUV 152.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 177 146 118 0 0.18 0.33 0.31 28.47 0.27 0.58
Hex B1 92 76 0 12 21 1F 1C 1B 3A
Octal 261 222 166 0 22 41 37 34 33 72
Binary 10110001 10010010 1110110 0 10010 100001 11111 11100 11011 111010

Color Harmonies of #B19276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19276

Black with #B19276

Text Example


Text Example

White with #B19276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19276; }

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

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

background-color css

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

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

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

border-color css

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

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

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