Html Css Color HEX #BE982F Nugget

📋 copy color: '#BE982F'

red 190 ◦ green 152 ◦ blue 47

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

Shades of Nugget #BE982F

Tints of Nugget #BE982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 48.84%
G = 39.07%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE982F (or 0xBE982F) is known color: Nugget. HEX triplet: BE, 98 and 2F. RGB value is (190,152,47). Sum of RGB (Red+Green+Blue) = 190+152+47=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE982F is #4167D0. Grayscale: #979797. Windows color (decimal): -4286417 or 3119294. OLE color: 3119294.

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

Color convert

RGB 190 152 47 -
CMYK 0 0.2 0.75 0.25
HSL 44.06º 0.6% 0.46% -
HSV(B) 44.06º 0.75% 0.75% -
XYZ 32.98 33.61 7.44 -
YUV 151.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 190 152 47 0 0.2 0.75 0.25 44.06 0.6 0.46
Hex BE 98 2F 0 14 4B 19 2C 3C 2E
Octal 276 230 57 0 24 113 31 54 74 56
Binary 10111110 10011000 101111 0 10100 1001011 11001 101100 111100 101110

Color Harmonies of #BE982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE982F

Black with #BE982F

Text Example


Text Example

White with #BE982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE982F; }

 p { color: rgb(190,152,47); }

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

background-color css

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

 a { background-color: rgb(190,152,47); }

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

border-color css

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

 span { border-color: rgb(190,152,47); }

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