Html Css Color HEX #BE901F Nugget

📋 copy color: '#BE901F'

red 190 ◦ green 144 ◦ blue 31

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

Shades of Nugget #BE901F

Tints of Nugget #BE901F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 52.05%
G = 39.45%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE901F (or 0xBE901F) is known color: Nugget. HEX triplet: BE, 90 and 1F. RGB value is (190,144,31). Sum of RGB (Red+Green+Blue) = 190+144+31=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE901F is #416FE0. Grayscale: #919191. Windows color (decimal): -4288481 or 2068670. OLE color: 2068670.

HSL color Cylindrical-coordinate representation of color #BE901F: hue angle of 42.64º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE901F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 31 -
CMYK 0 0.24 0.84 0.25
HSL 42.64º 0.72% 0.43% -
HSV(B) 42.64º 0.84% 0.75% -
XYZ 31.46 30.99 5.62 -
YUV 144.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 190 144 31 0 0.24 0.84 0.25 42.64 0.72 0.43
Hex BE 90 1F 0 18 54 19 2B 48 2B
Octal 276 220 37 0 30 124 31 53 110 53
Binary 10111110 10010000 11111 0 11000 1010100 11001 101011 1001000 101011

Color Harmonies of #BE901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE901F

Black with #BE901F

Text Example


Text Example

White with #BE901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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