Html Css Color HEX #BE861D Nugget

📋 copy color: '#BE861D'

red 190 ◦ green 134 ◦ blue 29

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

Shades of Nugget #BE861D

Tints of Nugget #BE861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

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

R = 53.82%
G = 37.96%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE861D (or 0xBE861D) is known color: Nugget. HEX triplet: BE, 86 and 1D. RGB value is (190,134,29). Sum of RGB (Red+Green+Blue) = 190+134+29=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE861D is #4179E2. Grayscale: #8B8B8B. Windows color (decimal): -4291043 or 1935038. OLE color: 1935038.

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

Color convert

RGB 190 134 29 -
CMYK 0 0.29 0.85 0.25
HSL 39.13º 0.74% 0.43% -
HSV(B) 39.13º 0.85% 0.75% -
XYZ 29.98 28.09 5 -
YUV 138.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 190 134 29 0 0.29 0.85 0.25 39.13 0.74 0.43
Hex BE 86 1D 0 1D 55 19 27 4A 2B
Octal 276 206 35 0 35 125 31 47 112 53
Binary 10111110 10000110 11101 0 11101 1010101 11001 100111 1001010 101011

Color Harmonies of #BE861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE861D

Black with #BE861D

Text Example


Text Example

White with #BE861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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