Html Css Color HEX #BE8B1D Nugget

📋 copy color: '#BE8B1D'

red 190 ◦ green 139 ◦ blue 29

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

Shades of Nugget #BE8B1D

Tints of Nugget #BE8B1D

RGB

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

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

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

R = 53.07%
G = 38.83%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE8B1D (or 0xBE8B1D) is known color: Nugget. HEX triplet: BE, 8B and 1D. RGB value is (190,139,29). Sum of RGB (Red+Green+Blue) = 190+139+29=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8B1D is #4174E2. Grayscale: #8E8E8E. Windows color (decimal): -4289763 or 1936318. OLE color: 1936318.

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

Color convert

RGB 190 139 29 -
CMYK 0 0.27 0.85 0.25
HSL 40.99º 0.74% 0.43% -
HSV(B) 40.99º 0.85% 0.75% -
XYZ 30.69 29.5 5.24 -
YUV 141.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 190 139 29 0 0.27 0.85 0.25 40.99 0.74 0.43
Hex BE 8B 1D 0 1B 55 19 29 4A 2B
Octal 276 213 35 0 33 125 31 51 112 53
Binary 10111110 10001011 11101 0 11011 1010101 11001 101001 1001010 101011

Color Harmonies of #BE8B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8B1D

Black with #BE8B1D

Text Example


Text Example

White with #BE8B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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