Html Css Color HEX #BE922C Nugget

📋 copy color: '#BE922C'

red 190 ◦ green 146 ◦ blue 44

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

Shades of Nugget #BE922C

Tints of Nugget #BE922C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.58%

R = 50%
G = 38.42%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE922C (or 0xBE922C) is known color: Nugget. HEX triplet: BE, 92 and 2C. RGB value is (190,146,44). Sum of RGB (Red+Green+Blue) = 190+146+44=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE922C is #416DD3. Grayscale: #939393. Windows color (decimal): -4287956 or 2921150. OLE color: 2921150.

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

Color convert

RGB 190 146 44 -
CMYK 0 0.23 0.77 0.25
HSL 41.92º 0.62% 0.46% -
HSV(B) 41.92º 0.77% 0.75% -
XYZ 31.97 31.69 6.81 -
YUV 147.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 190 146 44 0 0.23 0.77 0.25 41.92 0.62 0.46
Hex BE 92 2C 0 17 4D 19 2A 3E 2E
Octal 276 222 54 0 27 115 31 52 76 56
Binary 10111110 10010010 101100 0 10111 1001101 11001 101010 111110 101110

Color Harmonies of #BE922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE922C

Black with #BE922C

Text Example


Text Example

White with #BE922C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE922C; }

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

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

background-color css

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

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

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

border-color css

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

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

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