#BE932D

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

Shades of Nugget #BE932D

Tints of Nugget #BE932D

Color information

#BE932D (or 0xBE932D) is unknown color: approx Nugget. HEX triplet: BE, 93 and 2D. RGB value is (190,147,45). Sum of RGB (Red+Green+Blue) = 190+147+45=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE932D is #416CD2. Grayscale: #949494. Windows color (decimal): -4287699 or 2986942. OLE color: 2986942.

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

Color convert

RGB19014745-
CMYK00.230.760.25
HSL42.21º61.7%46.08%-
HSV(B)42.21º76.32%74.51%-
XYZ32.14326.97-
YUV148.2369.75157.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 45 (17.97% from 255) = 11.78%
R=49.74%
G=38.48%
B=11.78%

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
Decimal1901474500.230.760.2542.2161.746.08
HexBE932D0174C192a3e2e
Octal2762235502711431527656
Binary1011111010010011101101010111100110011001101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE932D; }

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

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

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

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

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

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

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

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