Html Css Color HEX #BE851E Nugget

📋 copy color: '#BE851E'

red 190 ◦ green 133 ◦ blue 30

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

Shades of Nugget #BE851E

Tints of Nugget #BE851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 53.82%
G = 37.68%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE851E (or 0xBE851E) is known color: Nugget. HEX triplet: BE, 85 and 1E. RGB value is (190,133,30). Sum of RGB (Red+Green+Blue) = 190+133+30=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE851E is #417AE1. Grayscale: #8A8A8A. Windows color (decimal): -4291298 or 2000318. OLE color: 2000318.

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

Color convert

RGB 190 133 30 -
CMYK 0 0.3 0.84 0.25
HSL 38.63º 0.73% 0.43% -
HSV(B) 38.63º 0.84% 0.75% -
XYZ 29.86 27.82 5.02 -
YUV 138.3 66.88 164.88 -
System Red Green Blue C M Y K H S L
Decimal 190 133 30 0 0.3 0.84 0.25 38.63 0.73 0.43
Hex BE 85 1E 0 1E 54 19 27 49 2B
Octal 276 205 36 0 36 124 31 47 111 53
Binary 10111110 10000101 11110 0 11110 1010100 11001 100111 1001001 101011

Color Harmonies of #BE851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE851E

Black with #BE851E

Text Example


Text Example

White with #BE851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE851E; }

 p { color: rgb(190,133,30); }

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

background-color css

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

 a { background-color: rgb(190,133,30); }

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

border-color css

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

 span { border-color: rgb(190,133,30); }

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