Html Css Color HEX #BE8C2A Nugget

📋 copy color: '#BE8C2A'

red 190 ◦ green 140 ◦ blue 42

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

Shades of Nugget #BE8C2A

Tints of Nugget #BE8C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.29%

R = 51.08%
G = 37.63%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE8C2A (or 0xBE8C2A) is known color: Nugget. HEX triplet: BE, 8C and 2A. RGB value is (190,140,42). Sum of RGB (Red+Green+Blue) = 190+140+42=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C2A is #4173D5. Grayscale: #909090. Windows color (decimal): -4289494 or 2788542. OLE color: 2788542.

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

Color convert

RGB 190 140 42 -
CMYK 0 0.26 0.78 0.25
HSL 39.73º 0.64% 0.45% -
HSV(B) 39.73º 0.78% 0.75% -
XYZ 31.03 29.87 6.32 -
YUV 143.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 190 140 42 0 0.26 0.78 0.25 39.73 0.64 0.45
Hex BE 8C 2A 0 1A 4E 19 28 40 2D
Octal 276 214 52 0 32 116 31 50 100 55
Binary 10111110 10001100 101010 0 11010 1001110 11001 101000 1000000 101101

Color Harmonies of #BE8C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C2A

Black with #BE8C2A

Text Example


Text Example

White with #BE8C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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