Html Css Color HEX #B19484 Sandrift

📋 copy color: '#B19484'

red 177 ◦ green 148 ◦ blue 132

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

Shades of Sandrift #B19484

Tints of Sandrift #B19484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

 BLUE value IS 132 (51.95% from 255) = 28.88%

R = 38.73%
G = 32.39%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B19484 (or 0xB19484) is known color: Sandrift. HEX triplet: B1, 94 and 84. RGB value is (177,148,132). Sum of RGB (Red+Green+Blue) = 177+148+132=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19484 is #4E6B7B. Grayscale: #9A9A9A. Windows color (decimal): -5139324 or 8688817. OLE color: 8688817.

HSL color Cylindrical-coordinate representation of color #B19484: hue angle of 21.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19484 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 132 -
CMYK 0 0.16 0.25 0.31
HSL 21.33º 0.22% 0.61% -
HSV(B) 21.33º 0.25% 0.69% -
XYZ 32.89 32.19 26.31 -
YUV 154.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 177 148 132 0 0.16 0.25 0.31 21.33 0.22 0.61
Hex B1 94 84 0 10 19 1F 15 16 3D
Octal 261 224 204 0 20 31 37 25 26 75
Binary 10110001 10010100 10000100 0 10000 11001 11111 10101 10110 111101

Color Harmonies of #B19484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19484

Black with #B19484

Text Example


Text Example

White with #B19484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19484; }

 p { color: rgb(177,148,132); }

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

background-color css

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

 a { background-color: rgb(177,148,132); }

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

border-color css

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

 span { border-color: rgb(177,148,132); }

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