Html Css Color HEX #BECB2F Fuego

📋 copy color: '#BECB2F'

red 190 ◦ green 203 ◦ blue 47

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

Shades of Fuego #BECB2F

Tints of Fuego #BECB2F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 43.18%
G = 46.14%
B = 10.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#BECB2F (or 0xBECB2F) is known color: Fuego. HEX triplet: BE, CB and 2F. RGB value is (190,203,47). Sum of RGB (Red+Green+Blue) = 190+203+47=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB2F is #4134D0. Grayscale: #B5B5B5. Windows color (decimal): -4273361 or 3132350. OLE color: 3132350.

HSL color Cylindrical-coordinate representation of color #BECB2F: hue angle of 65º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BECB2F is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 47 -
CMYK 0.06 0 0.77 0.20
HSL 65º 0.62% 0.49% -
HSV(B) 65º 0.77% 0.8% -
XYZ 43.1 53.86 10.81 -
YUV 181.33 52.19 134.18 -
System Red Green Blue C M Y K H S L
Decimal 190 203 47 0.06 0 0.77 0.20 65 0.62 0.49
Hex BE CB 2F 6 0 4D 14 41 3E 31
Octal 276 313 57 6 0 115 24 101 76 61
Binary 10111110 11001011 101111 110 0 1001101 10100 1000001 111110 110001

Color Harmonies of #BECB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB2F

Black with #BECB2F

Text Example


Text Example

White with #BECB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB2F; }

 p { color: rgb(190,203,47); }

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

background-color css

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

 a { background-color: rgb(190,203,47); }

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

border-color css

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

 span { border-color: rgb(190,203,47); }

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