Html Css Color HEX #BE901E Nugget

📋 copy color: '#BE901E'

red 190 ◦ green 144 ◦ blue 30

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

Shades of Nugget #BE901E

Tints of Nugget #BE901E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.24%

R = 52.2%
G = 39.56%
B = 8.24%

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

#BE901E (or 0xBE901E) is known color: Nugget. HEX triplet: BE, 90 and 1E. RGB value is (190,144,30). Sum of RGB (Red+Green+Blue) = 190+144+30=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE901E is #416FE1. Grayscale: #919191. Windows color (decimal): -4288482 or 2003134. OLE color: 2003134.

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

Color convert

RGB 190 144 30 -
CMYK 0 0.24 0.84 0.25
HSL 42.75º 0.73% 0.43% -
HSV(B) 42.75º 0.84% 0.75% -
XYZ 31.44 30.99 5.55 -
YUV 144.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 190 144 30 0 0.24 0.84 0.25 42.75 0.73 0.43
Hex BE 90 1E 0 18 54 19 2B 49 2B
Octal 276 220 36 0 30 124 31 53 111 53
Binary 10111110 10010000 11110 0 11000 1010100 11001 101011 1001001 101011

Color Harmonies of #BE901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE901E

Black with #BE901E

Text Example


Text Example

White with #BE901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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