Html Css Color HEX #BE8B1A Nugget

📋 copy color: '#BE8B1A'

red 190 ◦ green 139 ◦ blue 26

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

Shades of Nugget #BE8B1A

Tints of Nugget #BE8B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 53.52%
G = 39.15%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE8B1A (or 0xBE8B1A) is known color: Nugget. HEX triplet: BE, 8B and 1A. RGB value is (190,139,26). Sum of RGB (Red+Green+Blue) = 190+139+26=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B1A is #4174E5. Grayscale: #8D8D8D. Windows color (decimal): -4289766 or 1739710. OLE color: 1739710.

HSL color Cylindrical-coordinate representation of color #BE8B1A: hue angle of 41.34º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE8B1A is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 139 26 -
CMYK 0 0.27 0.86 0.25
HSL 41.34º 0.76% 0.42% -
HSV(B) 41.34º 0.86% 0.75% -
XYZ 30.65 29.49 5.05 -
YUV 141.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 190 139 26 0 0.27 0.86 0.25 41.34 0.76 0.42
Hex BE 8B 1A 0 1B 56 19 29 4C 2A
Octal 276 213 32 0 33 126 31 51 114 52
Binary 10111110 10001011 11010 0 11011 1010110 11001 101001 1001100 101010

Color Harmonies of #BE8B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B1A

Black with #BE8B1A

Text Example


Text Example

White with #BE8B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B1A; }

 p { color: rgb(190,139,26); }

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

background-color css

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

 a { background-color: rgb(190,139,26); }

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

border-color css

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

 span { border-color: rgb(190,139,26); }

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