#BE9830

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

Shades of Nugget #BE9830

Tints of Nugget #BE9830

Color information

#BE9830 (or 0xBE9830) is unknown color: approx Nugget. HEX triplet: BE, 98 and 30. RGB value is (190,152,48). Sum of RGB (Red+Green+Blue) = 190+152+48=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9830 is #4167CF. Grayscale: #979797. Windows color (decimal): -4286416 or 3184830. OLE color: 3184830.

HSL color Cylindrical-coordinate representation of color #BE9830: hue angle of 43.94º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE9830 is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB19015248-
CMYK00.20.750.25
HSL43.94º59.66%46.67%-
HSV(B)43.94º74.74%74.51%-
XYZ3333.627.55-
YUV151.5169.59155.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=48.72%
G=38.97%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901524800.20.750.2543.9459.6646.67
HexBE98300144B192c3c2f
Octal2762306002411331547457
Binary1011111010011000110000010100100101111001101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9830; }

 p { color: rgb(190,152,48); }

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

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

 a { background-color: rgb(190,152,48); }

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

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

 span { border-color: rgb(190,152,48); }

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