Html Css Color HEX #BE9322 Nugget

📋 copy color: '#BE9322'

red 190 ◦ green 147 ◦ blue 34

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

Shades of Nugget #BE9322

Tints of Nugget #BE9322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 34 (13.67% from 255) = 9.16%

R = 51.21%
G = 39.62%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE9322 (or 0xBE9322) is known color: Nugget. HEX triplet: BE, 93 and 22. RGB value is (190,147,34). Sum of RGB (Red+Green+Blue) = 190+147+34=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9322 is #416CDD. Grayscale: #939393. Windows color (decimal): -4287710 or 2266046. OLE color: 2266046.

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

Color convert

RGB 190 147 34 -
CMYK 0 0.23 0.82 0.25
HSL 43.46º 0.7% 0.44% -
HSV(B) 43.46º 0.82% 0.75% -
XYZ 31.96 31.93 5.99 -
YUV 146.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 190 147 34 0 0.23 0.82 0.25 43.46 0.7 0.44
Hex BE 93 22 0 17 52 19 2B 46 2C
Octal 276 223 42 0 27 122 31 53 106 54
Binary 10111110 10010011 100010 0 10111 1010010 11001 101011 1000110 101100

Color Harmonies of #BE9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9322

Black with #BE9322

Text Example


Text Example

White with #BE9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9322; }

 p { color: rgb(190,147,34); }

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

background-color css

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

 a { background-color: rgb(190,147,34); }

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

border-color css

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

 span { border-color: rgb(190,147,34); }

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