Html Css Color HEX #B19D4D Husk

📋 copy color: '#B19D4D'

red 177 ◦ green 157 ◦ blue 77

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

Shades of Husk #B19D4D

Tints of Husk #B19D4D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 43.07%
G = 38.2%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B19D4D (or 0xB19D4D) is known color: Husk. HEX triplet: B1, 9D and 4D. RGB value is (177,157,77). Sum of RGB (Red+Green+Blue) = 177+157+77=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D4D is #4E62B2. Grayscale: #9A9A9A. Windows color (decimal): -5137075 or 5086641. OLE color: 5086641.

HSL color Cylindrical-coordinate representation of color #B19D4D: hue angle of 48º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B19D4D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 157 77 -
CMYK 0 0.11 0.56 0.31
HSL 48º 0.39% 0.5% -
HSV(B) 48º 0.56% 0.69% -
XYZ 31.53 34 11.92 -
YUV 153.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 177 157 77 0 0.11 0.56 0.31 48 0.39 0.5
Hex B1 9D 4D 0 B 38 1F 30 27 32
Octal 261 235 115 0 13 70 37 60 47 62
Binary 10110001 10011101 1001101 0 1011 111000 11111 110000 100111 110010

Color Harmonies of #B19D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19D4D

Black with #B19D4D

Text Example


Text Example

White with #B19D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19D4D; }

 p { color: rgb(177,157,77); }

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

background-color css

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

 a { background-color: rgb(177,157,77); }

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

border-color css

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

 span { border-color: rgb(177,157,77); }

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