Html Css Color HEX #BE8F1D Nugget

📋 copy color: '#BE8F1D'

red 190 ◦ green 143 ◦ blue 29

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

Shades of Nugget #BE8F1D

Tints of Nugget #BE8F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.5%

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

R = 52.49%
G = 39.5%
B = 8.01%

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

#BE8F1D (or 0xBE8F1D) is known color: Nugget. HEX triplet: BE, 8F and 1D. RGB value is (190,143,29). Sum of RGB (Red+Green+Blue) = 190+143+29=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F1D is #4170E2. Grayscale: #909090. Windows color (decimal): -4288739 or 1937342. OLE color: 1937342.

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

Color convert

RGB 190 143 29 -
CMYK 0 0.25 0.85 0.25
HSL 42.48º 0.74% 0.43% -
HSV(B) 42.48º 0.85% 0.75% -
XYZ 31.28 30.68 5.44 -
YUV 144.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 190 143 29 0 0.25 0.85 0.25 42.48 0.74 0.43
Hex BE 8F 1D 0 19 55 19 2A 4A 2B
Octal 276 217 35 0 31 125 31 52 112 53
Binary 10111110 10001111 11101 0 11001 1010101 11001 101010 1001010 101011

Color Harmonies of #BE8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F1D

Black with #BE8F1D

Text Example


Text Example

White with #BE8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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