Html Css Color HEX #BE952A Nugget

📋 copy color: '#BE952A'

red 190 ◦ green 149 ◦ blue 42

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

Shades of Nugget #BE952A

Tints of Nugget #BE952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 49.87%
G = 39.11%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE952A (or 0xBE952A) is known color: Nugget. HEX triplet: BE, 95 and 2A. RGB value is (190,149,42). Sum of RGB (Red+Green+Blue) = 190+149+42=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE952A is #416AD5. Grayscale: #959595. Windows color (decimal): -4287190 or 2790846. OLE color: 2790846.

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

Color convert

RGB 190 149 42 -
CMYK 0 0.22 0.78 0.25
HSL 43.38º 0.64% 0.45% -
HSV(B) 43.38º 0.78% 0.75% -
XYZ 32.4 32.61 6.78 -
YUV 149.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 190 149 42 0 0.22 0.78 0.25 43.38 0.64 0.45
Hex BE 95 2A 0 16 4E 19 2B 40 2D
Octal 276 225 52 0 26 116 31 53 100 55
Binary 10111110 10010101 101010 0 10110 1001110 11001 101011 1000000 101101

Color Harmonies of #BE952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE952A

Black with #BE952A

Text Example


Text Example

White with #BE952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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