Html Css Color HEX #BE902C Nugget

📋 copy color: '#BE902C'

red 190 ◦ green 144 ◦ blue 44

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

Shades of Nugget #BE902C

Tints of Nugget #BE902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 50.26%
G = 38.1%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE902C (or 0xBE902C) is known color: Nugget. HEX triplet: BE, 90 and 2C. RGB value is (190,144,44). Sum of RGB (Red+Green+Blue) = 190+144+44=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE902C is #416FD3. Grayscale: #929292. Windows color (decimal): -4288468 or 2920638. OLE color: 2920638.

HSL color Cylindrical-coordinate representation of color #BE902C: hue angle of 41.1º 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 #BE902C is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 44 -
CMYK 0 0.24 0.77 0.25
HSL 41.1º 0.62% 0.46% -
HSV(B) 41.1º 0.77% 0.75% -
XYZ 31.66 31.08 6.71 -
YUV 146.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 190 144 44 0 0.24 0.77 0.25 41.1 0.62 0.46
Hex BE 90 2C 0 18 4D 19 29 3E 2E
Octal 276 220 54 0 30 115 31 51 76 56
Binary 10111110 10010000 101100 0 11000 1001101 11001 101001 111110 101110

Color Harmonies of #BE902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE902C

Black with #BE902C

Text Example


Text Example

White with #BE902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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