#BE9724

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

Shades of Nugget #BE9724

Tints of Nugget #BE9724

Color information

#BE9724 (or 0xBE9724) is unknown color: approx Nugget. HEX triplet: BE, 97 and 24. RGB value is (190,151,36). Sum of RGB (Red+Green+Blue) = 190+151+36=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9724 is #4168DB. Grayscale: #969696. Windows color (decimal): -4286684 or 2398142. OLE color: 2398142.

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

Color convert

RGB19015136-
CMYK00.210.810.25
HSL44.81º68.14%44.31%-
HSV(B)44.81º81.05%74.51%-
XYZ32.6233.216.36-
YUV149.5563.92156.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 36 (14.45% from 255) = 9.55%
R=50.40%
G=40.05%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901513600.210.810.2544.8168.1444.31
HexBE972401551192d442c
Octal27622744025121315510454
Binary10111110100101111001000101011010001110011011011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9724; }

 p { color: rgb(190,151,36); }

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

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

 a { background-color: rgb(190,151,36); }

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

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

 span { border-color: rgb(190,151,36); }

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