Html Css Color HEX #BE9220 Nugget

📋 copy color: '#BE9220'

red 190 ◦ green 146 ◦ blue 32

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

Shades of Nugget #BE9220

Tints of Nugget #BE9220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 51.63%
G = 39.67%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE9220 (or 0xBE9220) is known color: Nugget. HEX triplet: BE, 92 and 20. RGB value is (190,146,32). Sum of RGB (Red+Green+Blue) = 190+146+32=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9220 is #416DDF. Grayscale: #929292. Windows color (decimal): -4287968 or 2134718. OLE color: 2134718.

HSL color Cylindrical-coordinate representation of color #BE9220: hue angle of 43.29º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE9220 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 146 32 -
CMYK 0 0.23 0.83 0.25
HSL 43.29º 0.71% 0.44% -
HSV(B) 43.29º 0.83% 0.75% -
XYZ 31.77 31.61 5.79 -
YUV 146.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 190 146 32 0 0.23 0.83 0.25 43.29 0.71 0.44
Hex BE 92 20 0 17 53 19 2B 47 2C
Octal 276 222 40 0 27 123 31 53 107 54
Binary 10111110 10010010 100000 0 10111 1010011 11001 101011 1000111 101100

Color Harmonies of #BE9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9220

Black with #BE9220

Text Example


Text Example

White with #BE9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9220; }

 p { color: rgb(190,146,32); }

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

background-color css

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

 a { background-color: rgb(190,146,32); }

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

border-color css

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

 span { border-color: rgb(190,146,32); }

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