Html Css Color HEX #BE8C2C Nugget

📋 copy color: '#BE8C2C'

red 190 ◦ green 140 ◦ blue 44

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

Shades of Nugget #BE8C2C

Tints of Nugget #BE8C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.43%

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

R = 50.8%
G = 37.43%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE8C2C (or 0xBE8C2C) is known color: Nugget. HEX triplet: BE, 8C and 2C. RGB value is (190,140,44). Sum of RGB (Red+Green+Blue) = 190+140+44=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C2C is #4173D3. Grayscale: #909090. Windows color (decimal): -4289492 or 2919614. OLE color: 2919614.

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

Color convert

RGB 190 140 44 -
CMYK 0 0.26 0.77 0.25
HSL 39.45º 0.62% 0.46% -
HSV(B) 39.45º 0.77% 0.75% -
XYZ 31.07 29.89 6.51 -
YUV 144.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 190 140 44 0 0.26 0.77 0.25 39.45 0.62 0.46
Hex BE 8C 2C 0 1A 4D 19 27 3E 2E
Octal 276 214 54 0 32 115 31 47 76 56
Binary 10111110 10001100 101100 0 11010 1001101 11001 100111 111110 101110

Color Harmonies of #BE8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C2C

Black with #BE8C2C

Text Example


Text Example

White with #BE8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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