Html Css Color HEX #BE8E1D Nugget

📋 copy color: '#BE8E1D'

red 190 ◦ green 142 ◦ blue 29

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

Shades of Nugget #BE8E1D

Tints of Nugget #BE8E1D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.34%

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

R = 52.63%
G = 39.34%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE8E1D (or 0xBE8E1D) is known color: Nugget. HEX triplet: BE, 8E and 1D. RGB value is (190,142,29). Sum of RGB (Red+Green+Blue) = 190+142+29=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8E1D is #4171E2. Grayscale: #8F8F8F. Windows color (decimal): -4288995 or 1937086. OLE color: 1937086.

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

Color convert

RGB 190 142 29 -
CMYK 0 0.25 0.85 0.25
HSL 42.11º 0.74% 0.43% -
HSV(B) 42.11º 0.85% 0.75% -
XYZ 31.13 30.38 5.39 -
YUV 143.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 190 142 29 0 0.25 0.85 0.25 42.11 0.74 0.43
Hex BE 8E 1D 0 19 55 19 2A 4A 2B
Octal 276 216 35 0 31 125 31 52 112 53
Binary 10111110 10001110 11101 0 11001 1010101 11001 101010 1001010 101011

Color Harmonies of #BE8E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E1D

Black with #BE8E1D

Text Example


Text Example

White with #BE8E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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