#BE8920

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

Shades of Nugget #BE8920

Tints of Nugget #BE8920

Color information

#BE8920 (or 0xBE8920) is unknown color: approx Nugget. HEX triplet: BE, 89 and 20. RGB value is (190,137,32). Sum of RGB (Red+Green+Blue) = 190+137+32=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8920 is #4176DF. Grayscale: #8D8D8D. Windows color (decimal): -4290272 or 2132414. OLE color: 2132414.

HSL color Cylindrical-coordinate representation of color #BE8920: hue angle of 39.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE8920 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19013732-
CMYK00.280.830.25
HSL39.87º71.17%43.53%-
HSV(B)39.87º83.16%74.51%-
XYZ30.4428.945.35-
YUV140.8866.56163.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 32 (12.89% from 255) = 8.91%
R=52.92%
G=38.16%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901373200.280.830.2539.8771.1743.53
HexBE892001C531928472c
Octal27621140034123315010754
Binary10111110100010011000000111001010011110011010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8920; }

 p { color: rgb(190,137,32); }

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

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

 a { background-color: rgb(190,137,32); }

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

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

 span { border-color: rgb(190,137,32); }

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