Html Css Color HEX #BE942D Nugget

📋 copy color: '#BE942D'

red 190 ◦ green 148 ◦ blue 45

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

Shades of Nugget #BE942D

Tints of Nugget #BE942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 49.61%
G = 38.64%
B = 11.75%

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

#BE942D (or 0xBE942D) is known color: Nugget. HEX triplet: BE, 94 and 2D. RGB value is (190,148,45). Sum of RGB (Red+Green+Blue) = 190+148+45=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE942D is #416BD2. Grayscale: #959595. Windows color (decimal): -4287443 or 2987198. OLE color: 2987198.

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

Color convert

RGB 190 148 45 -
CMYK 0 0.22 0.76 0.25
HSL 42.62º 0.62% 0.46% -
HSV(B) 42.62º 0.76% 0.75% -
XYZ 32.3 32.32 7.02 -
YUV 148.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 190 148 45 0 0.22 0.76 0.25 42.62 0.62 0.46
Hex BE 94 2D 0 16 4C 19 2B 3E 2E
Octal 276 224 55 0 26 114 31 53 76 56
Binary 10111110 10010100 101101 0 10110 1001100 11001 101011 111110 101110

Color Harmonies of #BE942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE942D

Black with #BE942D

Text Example


Text Example

White with #BE942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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