#BE9429

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

Shades of Nugget #BE9429

Tints of Nugget #BE9429

Color information

#BE9429 (or 0xBE9429) is unknown color: approx Nugget. HEX triplet: BE, 94 and 29. RGB value is (190,148,41). Sum of RGB (Red+Green+Blue) = 190+148+41=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9429 is #416BD6. Grayscale: #949494. Windows color (decimal): -4287447 or 2725054. OLE color: 2725054.

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

Color convert

RGB19014841-
CMYK00.220.780.25
HSL43.09º64.5%45.29%-
HSV(B)43.09º78.42%74.51%-
XYZ32.2332.296.63-
YUV148.3667.41157.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 41 (16.41% from 255) = 10.82%
R=50.13%
G=39.05%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901484100.220.780.2543.0964.545.29
HexBE94290164E192b412d
Octal27622451026116315310155
Binary10111110100101001010010101101001110110011010111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9429; }

 p { color: rgb(190,148,41); }

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

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

 a { background-color: rgb(190,148,41); }

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

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

 span { border-color: rgb(190,148,41); }

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