Html Css Color HEX #BE902D Nugget

📋 copy color: '#BE902D'

red 190 ◦ green 144 ◦ blue 45

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

Shades of Nugget #BE902D

Tints of Nugget #BE902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 50.13%
G = 37.99%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE902D (or 0xBE902D) is known color: Nugget. HEX triplet: BE, 90 and 2D. RGB value is (190,144,45). Sum of RGB (Red+Green+Blue) = 190+144+45=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE902D is #416FD2. Grayscale: #929292. Windows color (decimal): -4288467 or 2986174. OLE color: 2986174.

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

Color convert

RGB 190 144 45 -
CMYK 0 0.24 0.76 0.25
HSL 40.97º 0.62% 0.46% -
HSV(B) 40.97º 0.76% 0.75% -
XYZ 31.68 31.08 6.81 -
YUV 146.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 190 144 45 0 0.24 0.76 0.25 40.97 0.62 0.46
Hex BE 90 2D 0 18 4C 19 29 3E 2E
Octal 276 220 55 0 30 114 31 51 76 56
Binary 10111110 10010000 101101 0 11000 1001100 11001 101001 111110 101110

Color Harmonies of #BE902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE902D

Black with #BE902D

Text Example


Text Example

White with #BE902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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