#BE9626

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

Shades of Nugget #BE9626

Tints of Nugget #BE9626

Color information

#BE9626 (or 0xBE9626) is unknown color: approx Nugget. HEX triplet: BE, 96 and 26. RGB value is (190,150,38). Sum of RGB (Red+Green+Blue) = 190+150+38=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9626 is #4169D9. Grayscale: #959595. Windows color (decimal): -4286938 or 2528958. OLE color: 2528958.

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

Color convert

RGB19015038-
CMYK00.210.80.25
HSL44.21º66.67%44.71%-
HSV(B)44.21º80%74.51%-
XYZ32.4932.96.47-
YUV149.1965.25157.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 38 (15.23% from 255) = 10.05%
R=50.26%
G=39.68%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901503800.210.80.2544.2166.6744.71
HexBE962601550192c432d
Octal27622646025120315410355
Binary10111110100101101001100101011010000110011011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9626; }

 p { color: rgb(190,150,38); }

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

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

 a { background-color: rgb(190,150,38); }

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

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

 span { border-color: rgb(190,150,38); }

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