Html Css Color HEX #B19547 Husk

📋 copy color: '#B19547'

red 177 ◦ green 149 ◦ blue 71

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

Shades of Husk #B19547

Tints of Husk #B19547

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 44.58%
G = 37.53%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B19547 (or 0xB19547) is known color: Husk. HEX triplet: B1, 95 and 47. RGB value is (177,149,71). Sum of RGB (Red+Green+Blue) = 177+149+71=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B19547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19547 is #4E6AB8. Grayscale: #949494. Windows color (decimal): -5139129 or 4691377. OLE color: 4691377.

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

Color convert

RGB 177 149 71 -
CMYK 0 0.16 0.60 0.31
HSL 44.15º 0.43% 0.49% -
HSV(B) 44.15º 0.6% 0.69% -
XYZ 30.02 31.3 10.42 -
YUV 148.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 177 149 71 0 0.16 0.60 0.31 44.15 0.43 0.49
Hex B1 95 47 0 10 3C 1F 2C 2B 31
Octal 261 225 107 0 20 74 37 54 53 61
Binary 10110001 10010101 1000111 0 10000 111100 11111 101100 101011 110001

Color Harmonies of #B19547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19547

Black with #B19547

Text Example


Text Example

White with #B19547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19547; }

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

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

background-color css

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

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

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

border-color css

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

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

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