#BE902A

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

Shades of Nugget #BE902A

Tints of Nugget #BE902A

Color information

#BE902A (or 0xBE902A) is unknown color: approx Nugget. HEX triplet: BE, 90 and 2A. RGB value is (190,144,42). Sum of RGB (Red+Green+Blue) = 190+144+42=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE902A is #416FD5. Grayscale: #929292. Windows color (decimal): -4288470 or 2789566. OLE color: 2789566.

HSL color Cylindrical-coordinate representation of color #BE902A: hue angle of 41.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE902A is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19014442-
CMYK00.240.780.25
HSL41.35º63.79%45.49%-
HSV(B)41.35º77.89%74.51%-
XYZ31.6331.066.52-
YUV146.1369.24159.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 42 (16.80% from 255) = 11.17%
R=50.53%
G=38.30%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901444200.240.780.2541.3563.7945.49
HexBE902A0184E1929402d
Octal27622052030116315110055
Binary10111110100100001010100110001001110110011010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE902A; }

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

 H1.HeaderClassName
 {
   color: #BE902A;
 }
 .AnyTagClassName
 {
   color: #BE902A;
 }
</style>
background-color css

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

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

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

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

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

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