#BE921E

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

Shades of Nugget #BE921E

Tints of Nugget #BE921E

Color information

#BE921E (or 0xBE921E) is unknown color: approx Nugget. HEX triplet: BE, 92 and 1E. RGB value is (190,146,30). Sum of RGB (Red+Green+Blue) = 190+146+30=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE921E is #416DE1. Grayscale: #929292. Windows color (decimal): -4287970 or 2003646. OLE color: 2003646.

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

Color convert

RGB19014630-
CMYK00.230.840.25
HSL43.5º72.73%43.14%-
HSV(B)43.5º84.21%74.51%-
XYZ31.7531.65.65-
YUV145.9362.58159.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 30 (12.11% from 255) = 8.20%
R=51.91%
G=39.89%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901463000.230.840.2543.572.7343.14
HexBE921E01754192c492b
Octal27622236027124315411153
Binary1011111010010010111100101111010100110011011001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE921E; }

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

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

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

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

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

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

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

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