#BE902C

Color #BE902C Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BE902C

Tints of Nugget #BE902C

Color information

#BE902C (or 0xBE902C) is unknown color: approx 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

RGB19014444-
CMYK00.240.770.25
HSL41.1º62.39%45.88%-
HSV(B)41.1º76.84%74.51%-
XYZ31.6631.086.71-
YUV146.3570.24159.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 44 (17.58% from 255) = 11.64%
R=50.26%
G=38.10%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901444400.240.770.2541.162.3945.88
HexBE902C0184D19293e2e
Octal2762205403011531517656
Binary1011111010010000101100011000100110111001101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>