Html Css Color HEX #BE9E52 Husk

📋 copy color: '#BE9E52'

red 190 ◦ green 158 ◦ blue 82

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

Shades of Husk #BE9E52

Tints of Husk #BE9E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.07%

R = 44.19%
G = 36.74%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE9E52 (or 0xBE9E52) is known color: Husk. HEX triplet: BE, 9E and 52. RGB value is (190,158,82). Sum of RGB (Red+Green+Blue) = 190+158+82=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E52 is #4161AD. Grayscale: #9F9F9F. Windows color (decimal): -4284846 or 5414590. OLE color: 5414590.

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

Color convert

RGB 190 158 82 -
CMYK 0 0.17 0.57 0.25
HSL 42.22º 0.45% 0.53% -
HSV(B) 42.22º 0.57% 0.75% -
XYZ 34.99 36.01 13.09 -
YUV 158.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 190 158 82 0 0.17 0.57 0.25 42.22 0.45 0.53
Hex BE 9E 52 0 11 39 19 2A 2D 35
Octal 276 236 122 0 21 71 31 52 55 65
Binary 10111110 10011110 1010010 0 10001 111001 11001 101010 101101 110101

Color Harmonies of #BE9E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E52

Black with #BE9E52

Text Example


Text Example

White with #BE9E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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