Html Css Color HEX #B19A50 Husk

📋 copy color: '#B19A50'

red 177 ◦ green 154 ◦ blue 80

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

Shades of Husk #B19A50

Tints of Husk #B19A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 43.07%
G = 37.47%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B19A50 (or 0xB19A50) is known color: Husk. HEX triplet: B1, 9A and 50. RGB value is (177,154,80). Sum of RGB (Red+Green+Blue) = 177+154+80=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A50 is #4E65AF. Grayscale: #989898. Windows color (decimal): -5137840 or 5282481. OLE color: 5282481.

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

Color convert

RGB 177 154 80 -
CMYK 0 0.13 0.55 0.31
HSL 45.77º 0.38% 0.5% -
HSV(B) 45.77º 0.55% 0.69% -
XYZ 31.14 33.04 12.33 -
YUV 152.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 177 154 80 0 0.13 0.55 0.31 45.77 0.38 0.5
Hex B1 9A 50 0 D 37 1F 2E 26 32
Octal 261 232 120 0 15 67 37 56 46 62
Binary 10110001 10011010 1010000 0 1101 110111 11111 101110 100110 110010

Color Harmonies of #B19A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A50

Black with #B19A50

Text Example


Text Example

White with #B19A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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