Html Css Color HEX #BE8F2B Nugget

📋 copy color: '#BE8F2B'

red 190 ◦ green 143 ◦ blue 43

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

Shades of Nugget #BE8F2B

Tints of Nugget #BE8F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 50.53%
G = 38.03%
B = 11.44%

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

#BE8F2B (or 0xBE8F2B) is known color: Nugget. HEX triplet: BE, 8F and 2B. RGB value is (190,143,43). Sum of RGB (Red+Green+Blue) = 190+143+43=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F2B is #4170D4. Grayscale: #929292. Windows color (decimal): -4288725 or 2854846. OLE color: 2854846.

HSL color Cylindrical-coordinate representation of color #BE8F2B: hue angle of 40.82º degrees, saturation: 0.63, 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 #BE8F2B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 143 43 -
CMYK 0 0.25 0.77 0.25
HSL 40.82º 0.63% 0.46% -
HSV(B) 40.82º 0.77% 0.75% -
XYZ 31.49 30.77 6.56 -
YUV 145.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 190 143 43 0 0.25 0.77 0.25 40.82 0.63 0.46
Hex BE 8F 2B 0 19 4D 19 29 3F 2E
Octal 276 217 53 0 31 115 31 51 77 56
Binary 10111110 10001111 101011 0 11001 1001101 11001 101001 111111 101110

Color Harmonies of #BE8F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F2B

Black with #BE8F2B

Text Example


Text Example

White with #BE8F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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