Html Css Color HEX #BE9525 Nugget

📋 copy color: '#BE9525'

red 190 ◦ green 149 ◦ blue 37

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

Shades of Nugget #BE9525

Tints of Nugget #BE9525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 50.53%
G = 39.63%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE9525 (or 0xBE9525) is known color: Nugget. HEX triplet: BE, 95 and 25. RGB value is (190,149,37). Sum of RGB (Red+Green+Blue) = 190+149+37=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9525 is #416ADA. Grayscale: #949494. Windows color (decimal): -4287195 or 2463166. OLE color: 2463166.

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

Color convert

RGB 190 149 37 -
CMYK 0 0.22 0.81 0.25
HSL 43.92º 0.67% 0.45% -
HSV(B) 43.92º 0.81% 0.75% -
XYZ 32.32 32.58 6.33 -
YUV 148.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 190 149 37 0 0.22 0.81 0.25 43.92 0.67 0.45
Hex BE 95 25 0 16 51 19 2C 43 2D
Octal 276 225 45 0 26 121 31 54 103 55
Binary 10111110 10010101 100101 0 10110 1010001 11001 101100 1000011 101101

Color Harmonies of #BE9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9525

Black with #BE9525

Text Example


Text Example

White with #BE9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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