Html Css Color HEX #BE9E4D Husk

📋 copy color: '#BE9E4D'

red 190 ◦ green 158 ◦ blue 77

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

Shades of Husk #BE9E4D

Tints of Husk #BE9E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 44.71%
G = 37.18%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE9E4D (or 0xBE9E4D) is known color: Husk. HEX triplet: BE, 9E and 4D. RGB value is (190,158,77). Sum of RGB (Red+Green+Blue) = 190+158+77=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E4D is #4161B2. Grayscale: #9E9E9E. Windows color (decimal): -4284851 or 5086910. OLE color: 5086910.

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

Color convert

RGB 190 158 77 -
CMYK 0 0.17 0.59 0.25
HSL 43.01º 0.47% 0.52% -
HSV(B) 43.01º 0.59% 0.75% -
XYZ 34.8 35.94 12.12 -
YUV 158.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 190 158 77 0 0.17 0.59 0.25 43.01 0.47 0.52
Hex BE 9E 4D 0 11 3B 19 2B 2F 34
Octal 276 236 115 0 21 73 31 53 57 64
Binary 10111110 10011110 1001101 0 10001 111011 11001 101011 101111 110100

Color Harmonies of #BE9E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E4D

Black with #BE9E4D

Text Example


Text Example

White with #BE9E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E4D; }

 p { color: rgb(190,158,77); }

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

background-color css

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

 a { background-color: rgb(190,158,77); }

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

border-color css

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

 span { border-color: rgb(190,158,77); }

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