Html Css Color HEX #B19250 Husk

📋 copy color: '#B19250'

red 177 ◦ green 146 ◦ blue 80

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

Shades of Husk #B19250

Tints of Husk #B19250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

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

R = 43.92%
G = 36.23%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B19250 (or 0xB19250) is known color: Husk. HEX triplet: B1, 92 and 50. RGB value is (177,146,80). Sum of RGB (Red+Green+Blue) = 177+146+80=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B19250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19250 is #4E6DAF. Grayscale: #949494. Windows color (decimal): -5139888 or 5280433. OLE color: 5280433.

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

Color convert

RGB 177 146 80 -
CMYK 0 0.18 0.55 0.31
HSL 40.82º 0.38% 0.5% -
HSV(B) 40.82º 0.55% 0.69% -
XYZ 29.86 30.48 11.9 -
YUV 147.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 177 146 80 0 0.18 0.55 0.31 40.82 0.38 0.5
Hex B1 92 50 0 12 37 1F 29 26 32
Octal 261 222 120 0 22 67 37 51 46 62
Binary 10110001 10010010 1010000 0 10010 110111 11111 101001 100110 110010

Color Harmonies of #B19250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19250

Black with #B19250

Text Example


Text Example

White with #B19250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19250; }

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

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

background-color css

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

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

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

border-color css

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

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

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