Html Css Color HEX #BE992A Nugget

📋 copy color: '#BE992A'

red 190 ◦ green 153 ◦ blue 42

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

Shades of Nugget #BE992A

Tints of Nugget #BE992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

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

R = 49.35%
G = 39.74%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE992A (or 0xBE992A) is known color: Nugget. HEX triplet: BE, 99 and 2A. RGB value is (190,153,42). Sum of RGB (Red+Green+Blue) = 190+153+42=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE992A is #4166D5. Grayscale: #979797. Windows color (decimal): -4286166 or 2791870. OLE color: 2791870.

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

Color convert

RGB 190 153 42 -
CMYK 0 0.19 0.78 0.25
HSL 45º 0.64% 0.45% -
HSV(B) 45º 0.78% 0.75% -
XYZ 33.04 33.9 6.99 -
YUV 151.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 190 153 42 0 0.19 0.78 0.25 45 0.64 0.45
Hex BE 99 2A 0 13 4E 19 2D 40 2D
Octal 276 231 52 0 23 116 31 55 100 55
Binary 10111110 10011001 101010 0 10011 1001110 11001 101101 1000000 101101

Color Harmonies of #BE992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE992A

Black with #BE992A

Text Example


Text Example

White with #BE992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE992A; }

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

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

background-color css

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

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

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

border-color css

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

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

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