Html Css Color HEX #B19A82 Sandrift

📋 copy color: '#B19A82'

red 177 ◦ green 154 ◦ blue 130

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

Shades of Sandrift #B19A82

Tints of Sandrift #B19A82

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.41%

 BLUE value IS 130 (51.17% from 255) = 28.2%

R = 38.39%
G = 33.41%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B19A82 (or 0xB19A82) is known color: Sandrift. HEX triplet: B1, 9A and 82. RGB value is (177,154,130). Sum of RGB (Red+Green+Blue) = 177+154+130=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A82 is #4E657D. Grayscale: #9E9E9E. Windows color (decimal): -5137790 or 8559281. OLE color: 8559281.

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

Color convert

RGB 177 154 130 -
CMYK 0 0.13 0.27 0.31
HSL 30.64º 0.23% 0.6% -
HSV(B) 30.64º 0.27% 0.69% -
XYZ 33.72 34.07 25.92 -
YUV 158.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 177 154 130 0 0.13 0.27 0.31 30.64 0.23 0.6
Hex B1 9A 82 0 D 1B 1F 1F 17 3C
Octal 261 232 202 0 15 33 37 37 27 74
Binary 10110001 10011010 10000010 0 1101 11011 11111 11111 10111 111100

Color Harmonies of #B19A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A82

Black with #B19A82

Text Example


Text Example

White with #B19A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A82; }

 p { color: rgb(177,154,130); }

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

background-color css

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

 a { background-color: rgb(177,154,130); }

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

border-color css

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

 span { border-color: rgb(177,154,130); }

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