Html Css Color HEX #BE8D1A Nugget

📋 copy color: '#BE8D1A'

red 190 ◦ green 141 ◦ blue 26

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

Shades of Nugget #BE8D1A

Tints of Nugget #BE8D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 53.22%
G = 39.5%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE8D1A (or 0xBE8D1A) is known color: Nugget. HEX triplet: BE, 8D and 1A. RGB value is (190,141,26). Sum of RGB (Red+Green+Blue) = 190+141+26=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D1A is #4172E5. Grayscale: #8F8F8F. Windows color (decimal): -4289254 or 1740222. OLE color: 1740222.

HSL color Cylindrical-coordinate representation of color #BE8D1A: hue angle of 42.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE8D1A is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 141 26 -
CMYK 0 0.26 0.86 0.25
HSL 42.07º 0.76% 0.42% -
HSV(B) 42.07º 0.86% 0.75% -
XYZ 30.95 30.07 5.15 -
YUV 142.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 190 141 26 0 0.26 0.86 0.25 42.07 0.76 0.42
Hex BE 8D 1A 0 1A 56 19 2A 4C 2A
Octal 276 215 32 0 32 126 31 52 114 52
Binary 10111110 10001101 11010 0 11010 1010110 11001 101010 1001100 101010

Color Harmonies of #BE8D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D1A

Black with #BE8D1A

Text Example


Text Example

White with #BE8D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D1A; }

 p { color: rgb(190,141,26); }

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

background-color css

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

 a { background-color: rgb(190,141,26); }

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

border-color css

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

 span { border-color: rgb(190,141,26); }

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