Html Css Color HEX #BE952E Nugget

📋 copy color: '#BE952E'

red 190 ◦ green 149 ◦ blue 46

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

Shades of Nugget #BE952E

Tints of Nugget #BE952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.95%

R = 49.35%
G = 38.7%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE952E (or 0xBE952E) is known color: Nugget. HEX triplet: BE, 95 and 2E. RGB value is (190,149,46). Sum of RGB (Red+Green+Blue) = 190+149+46=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE952E is #416AD1. Grayscale: #959595. Windows color (decimal): -4287186 or 3052990. OLE color: 3052990.

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

Color convert

RGB 190 149 46 -
CMYK 0 0.22 0.76 0.25
HSL 42.92º 0.61% 0.46% -
HSV(B) 42.92º 0.76% 0.75% -
XYZ 32.48 32.64 7.17 -
YUV 149.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 190 149 46 0 0.22 0.76 0.25 42.92 0.61 0.46
Hex BE 95 2E 0 16 4C 19 2B 3D 2E
Octal 276 225 56 0 26 114 31 53 75 56
Binary 10111110 10010101 101110 0 10110 1001100 11001 101011 111101 101110

Color Harmonies of #BE952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE952E

Black with #BE952E

Text Example


Text Example

White with #BE952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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