Html Css Color HEX #BE8F2C Nugget

📋 copy color: '#BE8F2C'

red 190 ◦ green 143 ◦ blue 44

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

Shades of Nugget #BE8F2C

Tints of Nugget #BE8F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 50.4%
G = 37.93%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE8F2C (or 0xBE8F2C) is known color: Nugget. HEX triplet: BE, 8F and 2C. RGB value is (190,143,44). Sum of RGB (Red+Green+Blue) = 190+143+44=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F2C is #4170D3. Grayscale: #929292. Windows color (decimal): -4288724 or 2920382. OLE color: 2920382.

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

Color convert

RGB 190 143 44 -
CMYK 0 0.25 0.77 0.25
HSL 40.68º 0.62% 0.46% -
HSV(B) 40.68º 0.77% 0.75% -
XYZ 31.51 30.77 6.66 -
YUV 145.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 190 143 44 0 0.25 0.77 0.25 40.68 0.62 0.46
Hex BE 8F 2C 0 19 4D 19 29 3E 2E
Octal 276 217 54 0 31 115 31 51 76 56
Binary 10111110 10001111 101100 0 11001 1001101 11001 101001 111110 101110

Color Harmonies of #BE8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F2C

Black with #BE8F2C

Text Example


Text Example

White with #BE8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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