Html Css Color HEX #BE9529 Nugget

📋 copy color: '#BE9529'

red 190 ◦ green 149 ◦ blue 41

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

Shades of Nugget #BE9529

Tints of Nugget #BE9529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.79%

R = 50%
G = 39.21%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE9529 (or 0xBE9529) is known color: Nugget. HEX triplet: BE, 95 and 29. RGB value is (190,149,41). Sum of RGB (Red+Green+Blue) = 190+149+41=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9529 is #416AD6. Grayscale: #959595. Windows color (decimal): -4287191 or 2725310. OLE color: 2725310.

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

Color convert

RGB 190 149 41 -
CMYK 0 0.22 0.78 0.25
HSL 43.49º 0.65% 0.45% -
HSV(B) 43.49º 0.78% 0.75% -
XYZ 32.38 32.6 6.68 -
YUV 148.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 190 149 41 0 0.22 0.78 0.25 43.49 0.65 0.45
Hex BE 95 29 0 16 4E 19 2B 41 2D
Octal 276 225 51 0 26 116 31 53 101 55
Binary 10111110 10010101 101001 0 10110 1001110 11001 101011 1000001 101101

Color Harmonies of #BE9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9529

Black with #BE9529

Text Example


Text Example

White with #BE9529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9529; }

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

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

background-color css

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

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

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

border-color css

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

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

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