Html Css Color HEX #BE901D Nugget

📋 copy color: '#BE901D'

red 190 ◦ green 144 ◦ blue 29

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

Shades of Nugget #BE901D

Tints of Nugget #BE901D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 52.34%
G = 39.67%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE901D (or 0xBE901D) is known color: Nugget. HEX triplet: BE, 90 and 1D. RGB value is (190,144,29). Sum of RGB (Red+Green+Blue) = 190+144+29=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE901D is #416FE2. Grayscale: #919191. Windows color (decimal): -4288483 or 1937598. OLE color: 1937598.

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

Color convert

RGB 190 144 29 -
CMYK 0 0.24 0.85 0.25
HSL 42.86º 0.74% 0.43% -
HSV(B) 42.86º 0.85% 0.75% -
XYZ 31.43 30.98 5.49 -
YUV 144.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 190 144 29 0 0.24 0.85 0.25 42.86 0.74 0.43
Hex BE 90 1D 0 18 55 19 2B 4A 2B
Octal 276 220 35 0 30 125 31 53 112 53
Binary 10111110 10010000 11101 0 11000 1010101 11001 101011 1001010 101011

Color Harmonies of #BE901D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE901D

Black with #BE901D

Text Example


Text Example

White with #BE901D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE901D; }

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

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

background-color css

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

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

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

border-color css

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

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

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