Html Css Color HEX #BE9324 Nugget

📋 copy color: '#BE9324'

red 190 ◦ green 147 ◦ blue 36

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

Shades of Nugget #BE9324

Tints of Nugget #BE9324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 50.94%
G = 39.41%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE9324 (or 0xBE9324) is known color: Nugget. HEX triplet: BE, 93 and 24. RGB value is (190,147,36). Sum of RGB (Red+Green+Blue) = 190+147+36=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9324 is #416CDB. Grayscale: #939393. Windows color (decimal): -4287708 or 2397118. OLE color: 2397118.

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

Color convert

RGB 190 147 36 -
CMYK 0 0.23 0.81 0.25
HSL 43.25º 0.68% 0.44% -
HSV(B) 43.25º 0.81% 0.75% -
XYZ 31.99 31.94 6.15 -
YUV 147.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 190 147 36 0 0.23 0.81 0.25 43.25 0.68 0.44
Hex BE 93 24 0 17 51 19 2B 44 2C
Octal 276 223 44 0 27 121 31 53 104 54
Binary 10111110 10010011 100100 0 10111 1010001 11001 101011 1000100 101100

Color Harmonies of #BE9324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9324

Black with #BE9324

Text Example


Text Example

White with #BE9324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9324; }

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

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

background-color css

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

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

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

border-color css

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

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

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