Html Css Color HEX #BE982D Nugget

📋 copy color: '#BE982D'

red 190 ◦ green 152 ◦ blue 45

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

Shades of Nugget #BE982D

Tints of Nugget #BE982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.63%

R = 49.1%
G = 39.28%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE982D (or 0xBE982D) is known color: Nugget. HEX triplet: BE, 98 and 2D. RGB value is (190,152,45). Sum of RGB (Red+Green+Blue) = 190+152+45=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE982D is #4167D2. Grayscale: #979797. Windows color (decimal): -4286419 or 2988222. OLE color: 2988222.

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

Color convert

RGB 190 152 45 -
CMYK 0 0.2 0.76 0.25
HSL 44.28º 0.62% 0.46% -
HSV(B) 44.28º 0.76% 0.75% -
XYZ 32.94 33.59 7.23 -
YUV 151.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 190 152 45 0 0.2 0.76 0.25 44.28 0.62 0.46
Hex BE 98 2D 0 14 4C 19 2C 3E 2E
Octal 276 230 55 0 24 114 31 54 76 56
Binary 10111110 10011000 101101 0 10100 1001100 11001 101100 111110 101110

Color Harmonies of #BE982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE982D

Black with #BE982D

Text Example


Text Example

White with #BE982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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