Html Css Color HEX #BE9025 Nugget

📋 copy color: '#BE9025'

red 190 ◦ green 144 ◦ blue 37

#BE9025
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #BE9025

Tints of Nugget #BE9025

RGB

 RED value IS 190 (74.61% from 255) = 51.21%

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 51.21%
G = 38.81%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE9025 (or 0xBE9025) is known color: Nugget. HEX triplet: BE, 90 and 25. RGB value is (190,144,37). Sum of RGB (Red+Green+Blue) = 190+144+37=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9025 is #416FDA. Grayscale: #929292. Windows color (decimal): -4288475 or 2461886. OLE color: 2461886.

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

Color convert

RGB 190 144 37 -
CMYK 0 0.24 0.81 0.25
HSL 41.96º 0.67% 0.45% -
HSV(B) 41.96º 0.81% 0.75% -
XYZ 31.54 31.03 6.08 -
YUV 145.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 190 144 37 0 0.24 0.81 0.25 41.96 0.67 0.45
Hex BE 90 25 0 18 51 19 2A 43 2D
Octal 276 220 45 0 30 121 31 52 103 55
Binary 10111110 10010000 100101 0 11000 1010001 11001 101010 1000011 101101

Color Harmonies of #BE9025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9025

Black with #BE9025

Text Example


Text Example

White with #BE9025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9025; }

 p { color: rgb(190,144,37); }

 H1.HeaderClassName
 {
   color: #BE9025;
 }
 .AnyTagClassName
 {
   color: #BE9025;
 }
</style>

background-color css

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

 a { background-color: rgb(190,144,37); }

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

border-color css

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

 span { border-color: rgb(190,144,37); }

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