Html Css Color HEX #B19947 Husk

📋 copy color: '#B19947'

red 177 ◦ green 153 ◦ blue 71

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

Shades of Husk #B19947

Tints of Husk #B19947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 44.14%
G = 38.15%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B19947 (or 0xB19947) is known color: Husk. HEX triplet: B1, 99 and 47. RGB value is (177,153,71). Sum of RGB (Red+Green+Blue) = 177+153+71=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19947 is #4E66B8. Grayscale: #979797. Windows color (decimal): -5138105 or 4692401. OLE color: 4692401.

HSL color Cylindrical-coordinate representation of color #B19947: hue angle of 46.42º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B19947 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 71 -
CMYK 0 0.14 0.60 0.31
HSL 46.42º 0.43% 0.49% -
HSV(B) 46.42º 0.6% 0.69% -
XYZ 30.66 32.58 10.63 -
YUV 150.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 177 153 71 0 0.14 0.60 0.31 46.42 0.43 0.49
Hex B1 99 47 0 E 3C 1F 2E 2B 31
Octal 261 231 107 0 16 74 37 56 53 61
Binary 10110001 10011001 1000111 0 1110 111100 11111 101110 101011 110001

Color Harmonies of #B19947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19947

Black with #B19947

Text Example


Text Example

White with #B19947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19947; }

 p { color: rgb(177,153,71); }

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

background-color css

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

 a { background-color: rgb(177,153,71); }

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

border-color css

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

 span { border-color: rgb(177,153,71); }

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