Html Css Color HEX #B19A46 Husk

📋 copy color: '#B19A46'

red 177 ◦ green 154 ◦ blue 70

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

Shades of Husk #B19A46

Tints of Husk #B19A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.4%

 BLUE value IS 70 (27.73% from 255) = 17.46%

R = 44.14%
G = 38.4%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B19A46 (or 0xB19A46) is known color: Husk. HEX triplet: B1, 9A and 46. RGB value is (177,154,70). Sum of RGB (Red+Green+Blue) = 177+154+70=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A46 is #4E65B9. Grayscale: #979797. Windows color (decimal): -5137850 or 4627121. OLE color: 4627121.

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

Color convert

RGB 177 154 70 -
CMYK 0 0.13 0.60 0.31
HSL 47.1º 0.43% 0.48% -
HSV(B) 47.1º 0.6% 0.69% -
XYZ 30.79 32.9 10.52 -
YUV 151.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 177 154 70 0 0.13 0.60 0.31 47.1 0.43 0.48
Hex B1 9A 46 0 D 3C 1F 2F 2B 30
Octal 261 232 106 0 15 74 37 57 53 60
Binary 10110001 10011010 1000110 0 1101 111100 11111 101111 101011 110000

Color Harmonies of #B19A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A46

Black with #B19A46

Text Example


Text Example

White with #B19A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A46; }

 p { color: rgb(177,154,70); }

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

background-color css

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

 a { background-color: rgb(177,154,70); }

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

border-color css

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

 span { border-color: rgb(177,154,70); }

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