#BE922D

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

Shades of Nugget #BE922D

Tints of Nugget #BE922D

Color information

#BE922D (or 0xBE922D) is unknown color: approx Nugget. HEX triplet: BE, 92 and 2D. RGB value is (190,146,45). Sum of RGB (Red+Green+Blue) = 190+146+45=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE922D is #416DD2. Grayscale: #949494. Windows color (decimal): -4287955 or 2986686. OLE color: 2986686.

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

Color convert

RGB19014645-
CMYK00.230.760.25
HSL41.79º61.7%46.08%-
HSV(B)41.79º76.32%74.51%-
XYZ31.9931.696.91-
YUV147.6470.08158.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 45 (17.97% from 255) = 11.81%
R=49.87%
G=38.32%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901464500.230.760.2541.7961.746.08
HexBE922D0174C192a3e2e
Octal2762225502711431527656
Binary1011111010010010101101010111100110011001101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE922D; }

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

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

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

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

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

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

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

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