Html Css Color HEX #B19E45 Husk

📋 copy color: '#B19E45'

red 177 ◦ green 158 ◦ blue 69

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

Shades of Husk #B19E45

Tints of Husk #B19E45

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 43.81%
G = 39.11%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B19E45 (or 0xB19E45) is known color: Husk. HEX triplet: B1, 9E and 45. RGB value is (177,158,69). Sum of RGB (Red+Green+Blue) = 177+158+69=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E45 is #4E61BA. Grayscale: #999999. Windows color (decimal): -5136827 or 4562609. OLE color: 4562609.

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

Color convert

RGB 177 158 69 -
CMYK 0 0.11 0.61 0.31
HSL 49.44º 0.44% 0.48% -
HSV(B) 49.44º 0.61% 0.69% -
XYZ 31.43 34.23 10.58 -
YUV 153.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 177 158 69 0 0.11 0.61 0.31 49.44 0.44 0.48
Hex B1 9E 45 0 B 3D 1F 31 2C 30
Octal 261 236 105 0 13 75 37 61 54 60
Binary 10110001 10011110 1000101 0 1011 111101 11111 110001 101100 110000

Color Harmonies of #B19E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E45

Black with #B19E45

Text Example


Text Example

White with #B19E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E45; }

 p { color: rgb(177,158,69); }

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

background-color css

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

 a { background-color: rgb(177,158,69); }

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

border-color css

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

 span { border-color: rgb(177,158,69); }

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