Html Css Color HEX #B19473 Sandrift

📋 copy color: '#B19473'

red 177 ◦ green 148 ◦ blue 115

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

Shades of Sandrift #B19473

Tints of Sandrift #B19473

RGB

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

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

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

R = 40.23%
G = 33.64%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B19473 (or 0xB19473) is known color: Sandrift. HEX triplet: B1, 94 and 73. RGB value is (177,148,115). Sum of RGB (Red+Green+Blue) = 177+148+115=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B19473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19473 is #4E6B8C. Grayscale: #999999. Windows color (decimal): -5139341 or 7574705. OLE color: 7574705.

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

Color convert

RGB 177 148 115 -
CMYK 0 0.16 0.35 0.31
HSL 31.94º 0.28% 0.57% -
HSV(B) 31.94º 0.35% 0.69% -
XYZ 31.82 31.76 20.67 -
YUV 152.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 177 148 115 0 0.16 0.35 0.31 31.94 0.28 0.57
Hex B1 94 73 0 10 23 1F 20 1C 39
Octal 261 224 163 0 20 43 37 40 34 71
Binary 10110001 10010100 1110011 0 10000 100011 11111 100000 11100 111001

Color Harmonies of #B19473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19473

Black with #B19473

Text Example


Text Example

White with #B19473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19473; }

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

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

background-color css

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

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

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

border-color css

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

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

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