Html Css Color HEX #BE9426 Nugget

📋 copy color: '#BE9426'

red 190 ◦ green 148 ◦ blue 38

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

Shades of Nugget #BE9426

Tints of Nugget #BE9426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.36%

 BLUE value IS 38 (15.23% from 255) = 10.11%

R = 50.53%
G = 39.36%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE9426 (or 0xBE9426) is known color: Nugget. HEX triplet: BE, 94 and 26. RGB value is (190,148,38). Sum of RGB (Red+Green+Blue) = 190+148+38=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9426 is #416BD9. Grayscale: #949494. Windows color (decimal): -4287450 or 2528446. OLE color: 2528446.

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

Color convert

RGB 190 148 38 -
CMYK 0 0.22 0.8 0.25
HSL 43.42º 0.67% 0.45% -
HSV(B) 43.42º 0.8% 0.75% -
XYZ 32.17 32.27 6.37 -
YUV 148.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 190 148 38 0 0.22 0.8 0.25 43.42 0.67 0.45
Hex BE 94 26 0 16 50 19 2B 43 2D
Octal 276 224 46 0 26 120 31 53 103 55
Binary 10111110 10010100 100110 0 10110 1010000 11001 101011 1000011 101101

Color Harmonies of #BE9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9426

Black with #BE9426

Text Example


Text Example

White with #BE9426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9426; }

 p { color: rgb(190,148,38); }

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

background-color css

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

 a { background-color: rgb(190,148,38); }

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

border-color css

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

 span { border-color: rgb(190,148,38); }

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