#BE8B26

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

Shades of Nugget #BE8B26

Tints of Nugget #BE8B26

Color information

#BE8B26 (or 0xBE8B26) is unknown color: approx Nugget. HEX triplet: BE, 8B and 26. RGB value is (190,139,38). Sum of RGB (Red+Green+Blue) = 190+139+38=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B26 is #4174D9. Grayscale: #8F8F8F. Windows color (decimal): -4289754 or 2526142. OLE color: 2526142.

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

Color convert

RGB19013938-
CMYK00.270.80.25
HSL39.87º66.67%44.71%-
HSV(B)39.87º80%74.51%-
XYZ30.8229.555.91-
YUV142.7368.9161.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=51.77%
G=37.87%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901393800.270.80.2539.8766.6744.71
HexBE8B2601B501928432d
Octal27621346033120315010355
Binary10111110100010111001100110111010000110011010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B26; }

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

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

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

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

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

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

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

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