Html Css Color HEX #BE8C1D Nugget

📋 copy color: '#BE8C1D'

red 190 ◦ green 140 ◦ blue 29

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

Shades of Nugget #BE8C1D

Tints of Nugget #BE8C1D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

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

R = 52.92%
G = 39%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE8C1D (or 0xBE8C1D) is known color: Nugget. HEX triplet: BE, 8C and 1D. RGB value is (190,140,29). Sum of RGB (Red+Green+Blue) = 190+140+29=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C1D is #4173E2. Grayscale: #8E8E8E. Windows color (decimal): -4289507 or 1936574. OLE color: 1936574.

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

Color convert

RGB 190 140 29 -
CMYK 0 0.26 0.85 0.25
HSL 41.37º 0.74% 0.43% -
HSV(B) 41.37º 0.85% 0.75% -
XYZ 30.84 29.79 5.29 -
YUV 142.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 190 140 29 0 0.26 0.85 0.25 41.37 0.74 0.43
Hex BE 8C 1D 0 1A 55 19 29 4A 2B
Octal 276 214 35 0 32 125 31 51 112 53
Binary 10111110 10001100 11101 0 11010 1010101 11001 101001 1001010 101011

Color Harmonies of #BE8C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C1D

Black with #BE8C1D

Text Example


Text Example

White with #BE8C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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