Html Css Color HEX #BE8F2A Nugget

📋 copy color: '#BE8F2A'

red 190 ◦ green 143 ◦ blue 42

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

Shades of Nugget #BE8F2A

Tints of Nugget #BE8F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

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

R = 50.67%
G = 38.13%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE8F2A (or 0xBE8F2A) is known color: Nugget. HEX triplet: BE, 8F and 2A. RGB value is (190,143,42). Sum of RGB (Red+Green+Blue) = 190+143+42=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F2A is #4170D5. Grayscale: #919191. Windows color (decimal): -4288726 or 2789310. OLE color: 2789310.

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

Color convert

RGB 190 143 42 -
CMYK 0 0.25 0.78 0.25
HSL 40.95º 0.64% 0.45% -
HSV(B) 40.95º 0.78% 0.75% -
XYZ 31.48 30.76 6.47 -
YUV 145.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 190 143 42 0 0.25 0.78 0.25 40.95 0.64 0.45
Hex BE 8F 2A 0 19 4E 19 29 40 2D
Octal 276 217 52 0 31 116 31 51 100 55
Binary 10111110 10001111 101010 0 11001 1001110 11001 101001 1000000 101101

Color Harmonies of #BE8F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F2A

Black with #BE8F2A

Text Example


Text Example

White with #BE8F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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