#BE8D27

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

Shades of Nugget #BE8D27

Tints of Nugget #BE8D27

Color information

#BE8D27 (or 0xBE8D27) is unknown color: approx Nugget. HEX triplet: BE, 8D and 27. RGB value is (190,141,39). Sum of RGB (Red+Green+Blue) = 190+141+39=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D27 is #4172D8. Grayscale: #909090. Windows color (decimal): -4289241 or 2592190. OLE color: 2592190.

HSL color Cylindrical-coordinate representation of color #BE8D27: hue angle of 40.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE8D27 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19014139-
CMYK00.260.790.25
HSL40.53º65.94%44.9%-
HSV(B)40.53º79.47%74.51%-
XYZ31.1330.146.1-
YUV144.0268.73160.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 39 (15.62% from 255) = 10.54%
R=51.35%
G=38.11%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901413900.260.790.2540.5365.9444.9
HexBE8D2701A4F1929422d
Octal27621547032117315110255
Binary10111110100011011001110110101001111110011010011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D27; }

 p { color: rgb(190,141,39); }

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

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

 a { background-color: rgb(190,141,39); }

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

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

 span { border-color: rgb(190,141,39); }

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