Html Css Color HEX #BE9F49 Husk

📋 copy color: '#BE9F49'

red 190 ◦ green 159 ◦ blue 73

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

Shades of Husk #BE9F49

Tints of Husk #BE9F49

RGB

 RED value IS 190 (74.61% from 255) = 45.02%

 GREEN value IS 159 (62.5% from 255) = 37.68%

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 45.02%
G = 37.68%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE9F49 (or 0xBE9F49) is known color: Husk. HEX triplet: BE, 9F and 49. RGB value is (190,159,73). Sum of RGB (Red+Green+Blue) = 190+159+73=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F49 is #4160B6. Grayscale: #9E9E9E. Windows color (decimal): -4284599 or 4825022. OLE color: 4825022.

HSL color Cylindrical-coordinate representation of color #BE9F49: hue angle of 44.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE9F49 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 73 -
CMYK 0 0.16 0.62 0.25
HSL 44.1º 0.47% 0.52% -
HSV(B) 44.1º 0.62% 0.75% -
XYZ 34.84 36.22 11.46 -
YUV 158.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 190 159 73 0 0.16 0.62 0.25 44.1 0.47 0.52
Hex BE 9F 49 0 10 3E 19 2C 2F 34
Octal 276 237 111 0 20 76 31 54 57 64
Binary 10111110 10011111 1001001 0 10000 111110 11001 101100 101111 110100

Color Harmonies of #BE9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F49

Black with #BE9F49

Text Example


Text Example

White with #BE9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F49; }

 p { color: rgb(190,159,73); }

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

background-color css

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

 a { background-color: rgb(190,159,73); }

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

border-color css

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

 span { border-color: rgb(190,159,73); }

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