Html Css Color HEX #BE8E2C Nugget

📋 copy color: '#BE8E2C'

red 190 ◦ green 142 ◦ blue 44

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

Shades of Nugget #BE8E2C

Tints of Nugget #BE8E2C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 44 (17.58% from 255) = 11.7%

R = 50.53%
G = 37.77%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE8E2C (or 0xBE8E2C) is known color: Nugget. HEX triplet: BE, 8E and 2C. RGB value is (190,142,44). Sum of RGB (Red+Green+Blue) = 190+142+44=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E2C is #4171D3. Grayscale: #919191. Windows color (decimal): -4288980 or 2920126. OLE color: 2920126.

HSL color Cylindrical-coordinate representation of color #BE8E2C: hue angle of 40.27º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE8E2C is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 142 44 -
CMYK 0 0.25 0.77 0.25
HSL 40.27º 0.62% 0.46% -
HSV(B) 40.27º 0.77% 0.75% -
XYZ 31.36 30.48 6.61 -
YUV 145.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 190 142 44 0 0.25 0.77 0.25 40.27 0.62 0.46
Hex BE 8E 2C 0 19 4D 19 28 3E 2E
Octal 276 216 54 0 31 115 31 50 76 56
Binary 10111110 10001110 101100 0 11001 1001101 11001 101000 111110 101110

Color Harmonies of #BE8E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E2C

Black with #BE8E2C

Text Example


Text Example

White with #BE8E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E2C; }

 p { color: rgb(190,142,44); }

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

background-color css

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

 a { background-color: rgb(190,142,44); }

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

border-color css

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

 span { border-color: rgb(190,142,44); }

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