Html Css Color HEX #B19750 Husk

📋 copy color: '#B19750'

red 177 ◦ green 151 ◦ blue 80

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

Shades of Husk #B19750

Tints of Husk #B19750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.01%

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

R = 43.38%
G = 37.01%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B19750 (or 0xB19750) is known color: Husk. HEX triplet: B1, 97 and 50. RGB value is (177,151,80). Sum of RGB (Red+Green+Blue) = 177+151+80=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B19750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19750 is #4E68AF. Grayscale: #969696. Windows color (decimal): -5138608 or 5281713. OLE color: 5281713.

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

Color convert

RGB 177 151 80 -
CMYK 0 0.15 0.55 0.31
HSL 43.92º 0.38% 0.5% -
HSV(B) 43.92º 0.55% 0.69% -
XYZ 30.65 32.06 12.16 -
YUV 150.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 177 151 80 0 0.15 0.55 0.31 43.92 0.38 0.5
Hex B1 97 50 0 F 37 1F 2C 26 32
Octal 261 227 120 0 17 67 37 54 46 62
Binary 10110001 10010111 1010000 0 1111 110111 11111 101100 100110 110010

Color Harmonies of #B19750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19750

Black with #B19750

Text Example


Text Example

White with #B19750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19750; }

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

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

background-color css

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

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

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

border-color css

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

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

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