#BE911E

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

Shades of Nugget #BE911E

Tints of Nugget #BE911E

Color information

#BE911E (or 0xBE911E) is unknown color: approx Nugget. HEX triplet: BE, 91 and 1E. RGB value is (190,145,30). Sum of RGB (Red+Green+Blue) = 190+145+30=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE911E is #416EE1. Grayscale: #919191. Windows color (decimal): -4288226 or 2003390. OLE color: 2003390.

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

Color convert

RGB19014530-
CMYK00.240.840.25
HSL43.12º72.73%43.14%-
HSV(B)43.12º84.21%74.51%-
XYZ31.5931.295.6-
YUV145.3462.91159.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=52.05%
G=39.73%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901453000.240.840.2543.1272.7343.14
HexBE911E01854192b492b
Octal27622136030124315311153
Binary1011111010010001111100110001010100110011010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE911E; }

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

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

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

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

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

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

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

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