Html Css Color HEX #BE9E4E Husk

📋 copy color: '#BE9E4E'

red 190 ◦ green 158 ◦ blue 78

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

Shades of Husk #BE9E4E

Tints of Husk #BE9E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.31%

R = 44.6%
G = 37.09%
B = 18.31%

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

#BE9E4E (or 0xBE9E4E) is known color: Husk. HEX triplet: BE, 9E and 4E. RGB value is (190,158,78). Sum of RGB (Red+Green+Blue) = 190+158+78=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E4E is #4161B1. Grayscale: #9E9E9E. Windows color (decimal): -4284850 or 5152446. OLE color: 5152446.

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

Color convert

RGB 190 158 78 -
CMYK 0 0.17 0.59 0.25
HSL 42.86º 0.46% 0.53% -
HSV(B) 42.86º 0.59% 0.75% -
XYZ 34.84 35.95 12.31 -
YUV 158.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 190 158 78 0 0.17 0.59 0.25 42.86 0.46 0.53
Hex BE 9E 4E 0 11 3B 19 2B 2E 35
Octal 276 236 116 0 21 73 31 53 56 65
Binary 10111110 10011110 1001110 0 10001 111011 11001 101011 101110 110101

Color Harmonies of #BE9E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E4E

Black with #BE9E4E

Text Example


Text Example

White with #BE9E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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