Html Css Color HEX #BE962D Nugget

📋 copy color: '#BE962D'

red 190 ◦ green 150 ◦ blue 45

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

Shades of Nugget #BE962D

Tints of Nugget #BE962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

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

R = 49.35%
G = 38.96%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE962D (or 0xBE962D) is known color: Nugget. HEX triplet: BE, 96 and 2D. RGB value is (190,150,45). Sum of RGB (Red+Green+Blue) = 190+150+45=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE962D is #4169D2. Grayscale: #969696. Windows color (decimal): -4286931 or 2987710. OLE color: 2987710.

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

Color convert

RGB 190 150 45 -
CMYK 0 0.21 0.76 0.25
HSL 43.45º 0.62% 0.46% -
HSV(B) 43.45º 0.76% 0.75% -
XYZ 32.62 32.95 7.12 -
YUV 149.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 190 150 45 0 0.21 0.76 0.25 43.45 0.62 0.46
Hex BE 96 2D 0 15 4C 19 2B 3E 2E
Octal 276 226 55 0 25 114 31 53 76 56
Binary 10111110 10010110 101101 0 10101 1001100 11001 101011 111110 101110

Color Harmonies of #BE962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE962D

Black with #BE962D

Text Example


Text Example

White with #BE962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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