Html Css Color HEX #BE8F2D Nugget

📋 copy color: '#BE8F2D'

red 190 ◦ green 143 ◦ blue 45

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

Shades of Nugget #BE8F2D

Tints of Nugget #BE8F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 50.26%
G = 37.83%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE8F2D (or 0xBE8F2D) is known color: Nugget. HEX triplet: BE, 8F and 2D. RGB value is (190,143,45). Sum of RGB (Red+Green+Blue) = 190+143+45=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F2D is #4170D2. Grayscale: #929292. Windows color (decimal): -4288723 or 2985918. OLE color: 2985918.

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

Color convert

RGB 190 143 45 -
CMYK 0 0.25 0.76 0.25
HSL 40.55º 0.62% 0.46% -
HSV(B) 40.55º 0.76% 0.75% -
XYZ 31.53 30.78 6.76 -
YUV 145.88 71.07 159.47 -
System Red Green Blue C M Y K H S L
Decimal 190 143 45 0 0.25 0.76 0.25 40.55 0.62 0.46
Hex BE 8F 2D 0 19 4C 19 29 3E 2E
Octal 276 217 55 0 31 114 31 51 76 56
Binary 10111110 10001111 101101 0 11001 1001100 11001 101001 111110 101110

Color Harmonies of #BE8F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F2D

Black with #BE8F2D

Text Example


Text Example

White with #BE8F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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